X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeRefList.h;h=12235c5b8586f68079cb757a2aef474ed9561996;hb=b900918cef83bb82217e7221c7ff0ad9d8a6dbe9;hp=9384d2855215acefab356e10b75e32e0a259c357;hpb=d2b05bb423a04a927ad60dbb91d603ca90ef205f;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeRefList.h b/src/ModelAPI/ModelAPI_AttributeRefList.h index 9384d2855..12235c5b8 100644 --- a/src/ModelAPI/ModelAPI_AttributeRefList.h +++ b/src/ModelAPI/ModelAPI_AttributeRefList.h @@ -20,7 +20,7 @@ class ModelAPI_AttributeRefList : public ModelAPI_Attribute { public: /// Returns the type of this class of attributes - MODELAPI_EXPORT static std::string type() + MODELAPI_EXPORT static std::string typeId() { return "RefList"; }