X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeString.h;h=b3e0ad0e298d0d5a2be046c8cb45519db55b5e67;hb=c66d90377083e2611816b72500533d4ffbc73e19;hp=26f4b4e8a5f1f3e4797873938d88a3b338a65eeb;hpb=7b95df2653284e65f416373ff010af49ee8c68ef;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeString.h b/src/ModelAPI/ModelAPI_AttributeString.h index 26f4b4e8a..b3e0ad0e2 100644 --- a/src/ModelAPI/ModelAPI_AttributeString.h +++ b/src/ModelAPI/ModelAPI_AttributeString.h @@ -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"; }