Salome HOME
Feature #86: The hierarchy in the Object Browser (T 19).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ShowHideOp.h
index dbd0d79bac90879ef36640c95ca62cbfdd4ecf0a..a04cbb4de115d3a751aa7e582148611b35b470b6 100644 (file)
@@ -33,6 +33,8 @@ public:
   HYDROGUI_ShowHideOp( HYDROGUI_Module* theModule, int theId );
   virtual ~HYDROGUI_ShowHideOp();
 
+  virtual bool               isGranted() const { return true; }
+
 protected:
   virtual void               startOperation();