Salome HOME
Issue #2612 : Re-calculate model after modification of parameters
[modules/shaper.git] / src / ModelAPI / ModelAPI_Session.h
index 91f3b8bbcfce077499a20f76bf456a476cb9a188..546108c956de92a937b143418edecf02064f6d7e 100644 (file)
@@ -130,7 +130,7 @@ class MODELAPI_EXPORT ModelAPI_Session
   virtual int transactionID() = 0;
 
   /// Returns true if auto-update in the application is blocked
-  virtual bool isAutoUpdateBlocked() const = 0;
+  virtual bool isAutoUpdateBlocked() = 0;
 
   /// Set state of the auto-update of features result in the application
   virtual void blockAutoUpdate(const bool theBlock) = 0;