X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeDocRef.h;h=0772c9fc3eba1aaaf538ff1a422ea073bfff16ef;hb=23d55c9a069dc7bde8c49f67edd900992aea2dcc;hp=b1149c7f3ff873ff41b0e33822ab325ee3bb933a;hpb=b8aa080b5bd95efebbcbe29dc61c27b9a32acefb;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeDocRef.h b/src/ModelAPI/ModelAPI_AttributeDocRef.h index b1149c7f3..0772c9fc3 100644 --- a/src/ModelAPI/ModelAPI_AttributeDocRef.h +++ b/src/ModelAPI/ModelAPI_AttributeDocRef.h @@ -25,7 +25,7 @@ class ModelAPI_AttributeDocRef : public ModelAPI_Attribute MODELAPI_EXPORT virtual std::shared_ptr value() = 0; /// Returns the type of this class of attributes - MODELAPI_EXPORT static std::string type() + MODELAPI_EXPORT static std::string typeId() { return "DocRef"; }