From 71555b18cfea8835c25ab9dd5598e5978496240a Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 6 Sep 2018 18:46:39 +0200 Subject: [PATCH] Update namespace --- GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h b/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h index bccdc935a1e..78376d06bce 100644 --- a/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h +++ b/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h @@ -1039,16 +1039,21 @@ private: QOpenGLShaderProgram rendering_program_p_l; }; +} // End namespace CGAL + #else // CGAL_USE_BASIC_VIEWER +namespace CGAL +{ + template void draw(const T& t, const char* ="", bool=false) { std::cerr<<"Impossible to draw, CGAL_USE_BASIC_VIEWER is not defined."<