Salome HOME
Added the removeLast method into AttributeRefList
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeBoolean.h
index 122ffa70fdf700a67eb5c653e32a94005ca3da9e..661a8ffea25263f6a738875e789a9e29335b7ce4 100644 (file)
@@ -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";
   }