mirror of https://github.com/CGAL/cgal
namespace before #ifdef
This commit is contained in:
parent
45c0087301
commit
c7cb4e1f84
|
|
@ -45,12 +45,12 @@ void draw(const MPH& aph);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
namespace CGAL {
|
||||||
|
|
||||||
#if defined(CGAL_USE_BASIC_VIEWER_QT)
|
#if defined(CGAL_USE_BASIC_VIEWER_QT)
|
||||||
|
|
||||||
#include <CGAL/Qt/init_ogl_context.h>
|
#include <CGAL/Qt/init_ogl_context.h>
|
||||||
|
|
||||||
namespace CGAL {
|
|
||||||
|
|
||||||
// Viewer class for Multipolygon_with_holes_2
|
// Viewer class for Multipolygon_with_holes_2
|
||||||
template <typename Multipolygon>
|
template <typename Multipolygon>
|
||||||
class Mpwh_2_basic_viewer_qt : public Qt::Basic_viewer {
|
class Mpwh_2_basic_viewer_qt : public Qt::Basic_viewer {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue