]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Attribute.h
Salome HOME
Update constraint Mirror.
[modules/shaper.git] / src / ModelAPI / ModelAPI_Attribute.h
index 1892b77bc8c5687367d091a559fc67a7451450b5..e3b1b056df9514052fe2bfebd6f256c5320b56e9 100644 (file)
@@ -77,7 +77,7 @@ class ModelAPI_Attribute
   MODELAPI_EXPORT ModelAPI_Attribute();
 
   /// Sets the ID of the attribute in Data (called from Data)
-  MODELAPI_EXPORT void setID(const std::string theID);
+  MODELAPI_EXPORT virtual void setID(const std::string theID);
 
   friend class Model_Data;
 };