mirror of https://github.com/CGAL/cgal
Fix a warning with MSVC
> aabb_tree_demo\Scene.cpp(1313) : warning C4138: '*/' found outside of comment Trivial bug-fix.
This commit is contained in:
parent
f3aafec50e
commit
87a406ab81
|
|
@ -1310,7 +1310,7 @@ void Scene::deactivate_cutting_plane()
|
|||
disconnect(m_frame, SIGNAL(modified()), this, SLOT(cutting_plane()));
|
||||
m_view_plane = false;
|
||||
}
|
||||
void Scene::initGL(Viewer */* viewer */)
|
||||
void Scene::initGL(Viewer * /* viewer */)
|
||||
{
|
||||
//qDebug()<<"context from scene is valid :"<<context->isValid();
|
||||
//gl = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue