X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeBoolean.h;h=661a8ffea25263f6a738875e789a9e29335b7ce4;hb=dc50f2f6b509a5dd5de0be397a3fe4564cb8d98d;hp=122ffa70fdf700a67eb5c653e32a94005ca3da9e;hpb=b8aa080b5bd95efebbcbe29dc61c27b9a32acefb;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeBoolean.h b/src/ModelAPI/ModelAPI_AttributeBoolean.h index 122ffa70f..661a8ffea 100644 --- a/src/ModelAPI/ModelAPI_AttributeBoolean.h +++ b/src/ModelAPI/ModelAPI_AttributeBoolean.h @@ -24,7 +24,7 @@ class ModelAPI_AttributeBoolean : public ModelAPI_Attribute MODELAPI_EXPORT virtual bool value() = 0; /// Returns the type of this class of attributes - MODELAPI_EXPORT static std::string type() + MODELAPI_EXPORT static std::string typeId() { return "Boolean"; }