Salome HOME
addUniqueNamedCopiedFeature to use unique names for copies features.
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeDocRef.h
index b1149c7f3ff873ff41b0e33822ab325ee3bb933a..0772c9fc3eba1aaaf538ff1a422ea073bfff16ef 100644 (file)
@@ -25,7 +25,7 @@ class ModelAPI_AttributeDocRef : public ModelAPI_Attribute
   MODELAPI_EXPORT virtual std::shared_ptr<ModelAPI_Document> value() = 0;
 
   /// Returns the type of this class of attributes
-  MODELAPI_EXPORT static std::string type()
+  MODELAPI_EXPORT static std::string typeId()
   {
     return "DocRef";
   }