Salome HOME
Overconstraint situation: redisplay objects through the events loop.
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeString.h
index 26f4b4e8a5f1f3e4797873938d88a3b338a65eeb..b3e0ad0e298d0d5a2be046c8cb45519db55b5e67 100644 (file)
@@ -26,7 +26,7 @@ class ModelAPI_AttributeString : public ModelAPI_Attribute
   MODELAPI_EXPORT virtual std::string value() = 0;
 
   /// Returns the type of this class of attributes
-  MODELAPI_EXPORT static std::string type()
+  MODELAPI_EXPORT static std::string typeId()
   {
     return "String";
   }