Salome HOME
Issue #1837: make all files with UNIX end lines
[modules/shaper.git] / src / Model / Model_AttributeDocRef.h
index 04eacc4372978ddebb19e8e1f2f78c2fb55e2709..d054fca8e86a50c7bcf7f117ed34740ee0824d91 100644 (file)
@@ -35,6 +35,9 @@ class Model_AttributeDocRef : public ModelAPI_AttributeDocRef
   /// Initializes attibutes
   Model_AttributeDocRef(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;
 };