Salome HOME
Fix sketcher bugs
[modules/shaper.git] / src / ModuleBase / ModuleBase_ModelWidget.h
index 45c5789a5ae75ffc83d67d28f63c1a03bf99b9b7..de0548b3d355b5ba765768d324f2015c4c32c548 100644 (file)
@@ -90,6 +90,8 @@ protected:
   /// \returns the string value
   void setAttributeID(const std::string& theAttribute) { myAttributeID = theAttribute; }
 
+  void updateObject(ObjectPtr theObj) const;
+
   bool myHasDefaultValue; /// the boolean state whether the control has a default value
 
 private: