Salome HOME
Issue #1739: Naming on faces not correct
[modules/shaper.git] / src / Model / Model_AttributeDouble.h
index da9ca4b55d62cf0c67285873ccc7869598e20d5b..883b9b545c81c5d298cdb13c2e3c6c8223f86f73 100644 (file)
@@ -60,6 +60,8 @@ class Model_AttributeDouble : public ModelAPI_AttributeDouble
  protected:
   /// Initializes attributes
   Model_AttributeDouble(TDF_Label& theLabel);
+  /// Reinitializes the internal state of the attribute (may be needed on undo/redo, abort, etc)
+  virtual void reinit();
 
   friend class Model_Data;
 };