mirror of https://github.com/CGAL/cgal
Update namespace
This commit is contained in:
parent
2c8af2ebcc
commit
71555b18cf
|
|
@ -1039,16 +1039,21 @@ private:
|
|||
QOpenGLShaderProgram rendering_program_p_l;
|
||||
};
|
||||
|
||||
} // End namespace CGAL
|
||||
|
||||
#else // CGAL_USE_BASIC_VIEWER
|
||||
|
||||
namespace CGAL
|
||||
{
|
||||
|
||||
template<class T>
|
||||
void draw(const T& t, const char* ="", bool=false)
|
||||
{
|
||||
std::cerr<<"Impossible to draw, CGAL_USE_BASIC_VIEWER is not defined."<<std::endl;
|
||||
}
|
||||
|
||||
#endif // CGAL_USE_BASIC_VIEWER
|
||||
|
||||
} // End namespace CGAL
|
||||
|
||||
#endif // CGAL_USE_BASIC_VIEWER
|
||||
|
||||
#endif // CGAL_BASIC_VIEWER_QT_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue