Skip to content

Commit c7cb4e1

Browse files
committed
namespace before #ifdef
1 parent 45c0087 commit c7cb4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Polygon/include/CGAL/draw_multipolygon_with_holes_2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ void draw(const MPH& aph);
4545

4646
#endif
4747

48+
namespace CGAL {
49+
4850
#if defined(CGAL_USE_BASIC_VIEWER_QT)
4951

5052
#include <CGAL/Qt/init_ogl_context.h>
5153

52-
namespace CGAL {
53-
5454
// Viewer class for Multipolygon_with_holes_2
5555
template <typename Multipolygon>
5656
class Mpwh_2_basic_viewer_qt : public Qt::Basic_viewer {

0 commit comments

Comments
 (0)