Salome HOME
Resolve batch runtime errors on debian squeeze
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeReference.h
index c90d78fe71fb6968bf40d6565bfa35acba4e2e32..948debd230c84159d0d439e7e420e5232b46ee84 100644 (file)
@@ -25,7 +25,7 @@ class ModelAPI_AttributeReference : public ModelAPI_Attribute
   MODELAPI_EXPORT virtual ObjectPtr value() = 0;
 
   /// Returns the type of this class of attributes
-  MODELAPI_EXPORT static std::string type()
+  MODELAPI_EXPORT static std::string typeId()
   {
     return "Reference";
   }