X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeDouble.h;h=883b9b545c81c5d298cdb13c2e3c6c8223f86f73;hb=3a5afc79fc52a9ab688f830ab0d173e492b0ec7e;hp=da9ca4b55d62cf0c67285873ccc7869598e20d5b;hpb=70f8434967195327040485995ca62b40d029e7ab;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeDouble.h b/src/Model/Model_AttributeDouble.h index da9ca4b55..883b9b545 100644 --- a/src/Model/Model_AttributeDouble.h +++ b/src/Model/Model_AttributeDouble.h @@ -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; };