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:
Laurent Rineau 2015-07-30 13:04:29 +02:00
parent f3aafec50e
commit 87a406ab81
1 changed files with 1 additions and 1 deletions

View File

@ -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;