X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeIntArray.h;h=190d3d5a6dd62463d232f59e62e24ae3a88dd714;hb=ca5c4cc6ea4aa54000fe0e8729f9c14b8a59abfd;hp=82808f53774ed8b360dc9a8bcb1f0f19bb5dfee2;hpb=694482299ca580d780c221cc6a3e7574e59fd2c3;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeIntArray.h b/src/Model/Model_AttributeIntArray.h index 82808f537..190d3d5a6 100644 --- a/src/Model/Model_AttributeIntArray.h +++ b/src/Model/Model_AttributeIntArray.h @@ -47,6 +47,8 @@ class Model_AttributeIntArray : public ModelAPI_AttributeIntArray protected: /// Initializes attibutes Model_AttributeIntArray(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; };