Salome HOME
PR: quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ShowHideOp.h
index a04cbb4de115d3a751aa7e582148611b35b470b6..c10e09bf6d00b00df5f6bf52e28ab8b88cd0c679 100644 (file)
@@ -30,9 +30,12 @@ class HYDROGUI_ShowHideOp : public HYDROGUI_Operation
   Q_OBJECT
 
 public:
+
   HYDROGUI_ShowHideOp( HYDROGUI_Module* theModule, int theId );
   virtual ~HYDROGUI_ShowHideOp();
 
+public:
+
   virtual bool               isGranted() const { return true; }
 
 protected: