Salome HOME
Fix for issue #453: correct display of a exprassion eval result under Debian
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeIntArray.h
index 177db0422378aae8e002e44da6690ce32f9fbb32..8b319a16d48ca75c8f6237a8f65071cb6157eb34 100644 (file)
@@ -37,7 +37,7 @@ class ModelAPI_AttributeIntArray : public ModelAPI_Attribute
   MODELAPI_EXPORT virtual int value(const int theIndex) = 0;
 
   /// Returns the type of this class of attributes
-  MODELAPI_EXPORT static std::string type()
+  MODELAPI_EXPORT static std::string typeId()
   {
     return "IntArray";
   }