Salome HOME
Optimize and debug the updater
[modules/shaper.git] / src / ModelAPI / ModelAPI_Feature.h
index 85ce31df224b59c55cd7a3937733da8e92fe8011..aed22e183c7df08f3ace228016203629588fd89b 100644 (file)
@@ -124,7 +124,7 @@ class ModelAPI_Feature : public ModelAPI_Object
   MODELAPI_EXPORT virtual bool setDisabled(const bool theFlag);
 
   /// Returns the feature is disabled or not.
-  MODELAPI_EXPORT virtual bool isDisabled() const;
+  MODELAPI_EXPORT virtual bool isDisabled();
 
   /// To virtually destroy the fields of successors
   MODELAPI_EXPORT virtual ~ModelAPI_Feature();