]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Style changes.
authoradv <adv@opencascade.com>
Mon, 24 Mar 2014 05:11:50 +0000 (05:11 +0000)
committeradv <adv@opencascade.com>
Mon, 24 Mar 2014 05:11:50 +0000 (05:11 +0000)
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: