Skip to content

Commit

Permalink
FreeCAD-VR: Small fix for older compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
jriegel committed Sep 19, 2014
1 parent a81308a commit 3d00535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/View3DInventor.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 3d00535

Please sign in to comment.