X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeIntArray.h;h=8b319a16d48ca75c8f6237a8f65071cb6157eb34;hb=5303dd1fa6ad4411e38f8d36103c72109957e05c;hp=177db0422378aae8e002e44da6690ce32f9fbb32;hpb=baa32827d0f7eac19aca82eb41d2aa708b358181;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeIntArray.h b/src/ModelAPI/ModelAPI_AttributeIntArray.h index 177db0422..8b319a16d 100644 --- a/src/ModelAPI/ModelAPI_AttributeIntArray.h +++ b/src/ModelAPI/ModelAPI_AttributeIntArray.h @@ -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"; }