Salome HOME
Issue #2998: Add help description for automatic creation of constraints
[modules/shaper.git] / src / ModuleBase / ModuleBase_IViewer.cpp
index 57d5ad0f08bcfc4baaf44abe1b41e211983cc838..cd743d93f0e3f26294ce53c019001d7dc8a24962 100644 (file)
@@ -21,7 +21,8 @@
 
 Handle(Prs3d_Drawer) ModuleBase_IViewer::DefaultHighlightDrawer;
 
-ModuleBase_IViewer::ModuleBase_IViewer(QObject* theParent) : QObject(theParent)
+ModuleBase_IViewer::ModuleBase_IViewer(QObject* theParent)
+  : QObject(theParent), myIs2dMode(false), myShowHighlight(false)
 {
 
 }