X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_Attribute.cpp;h=97373a087e11705e2c1eb7ad23f4f3bc0ef11d95;hb=423f6b0a08a86d5e47115b87603cddeae4468b49;hp=e7553a05da282865ec233007a0e627e3a8b4e446;hpb=e3c21b331e4ec138aec5efcb51e19d6afee46193;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Attribute.cpp b/src/ModelAPI/ModelAPI_Attribute.cpp index e7553a05d..97373a087 100644 --- a/src/ModelAPI/ModelAPI_Attribute.cpp +++ b/src/ModelAPI/ModelAPI_Attribute.cpp @@ -37,7 +37,7 @@ void ModelAPI_Attribute::setInitialized() bool ModelAPI_Attribute::blockSetInitialized(const bool theBlock) { bool aBlocked = mySetInitializedBlocked; - + mySetInitializedBlocked = theBlock; return aBlocked; @@ -83,3 +83,5 @@ void ModelAPI_Attribute::setID(const std::string theID) { myID = theID; } + +void ModelAPI_Attribute::reinit() {}