FreeCAD-VR: Small fix for older compilers

This commit is contained in:
jriegel 2014-09-19 11:03:35 +02:00
parent a81308ab57
commit 3d00535d57

View File

@ -736,7 +736,7 @@ bool View3DInventor::onHasMsg(const char* pMsg) const
else if(strcmp("ViewVR",pMsg) == 0)
#ifdef BUILD_VR
return true;
#elif
#else
return false;
#endif
else if(strcmp("ViewSelection",pMsg) == 0)