X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Shape.h;h=6226f542fbcff620d7907c1012eef022af2d6007;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=333083cacb710110b80aa7376e0620d0d18580ef;hpb=ff20e1dd36e9bd6e9c6a394d18b740cd5ea63393;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Shape.h b/src/HYDROGUI/HYDROGUI_Shape.h index 333083ca..6226f542 100644 --- a/src/HYDROGUI/HYDROGUI_Shape.h +++ b/src/HYDROGUI/HYDROGUI_Shape.h @@ -52,8 +52,7 @@ public: Handle(HYDROData_Entity) getObject() const { return myObject; } - virtual void update( const bool theIsUpdateViewer = true, - const bool theIsDisplayOnTop = false ); + virtual void update( const bool theIsUpdateViewer = true ); virtual bool getIsToUpdate() const { return myIsToUpdate; } virtual void setIsToUpdate( bool theState ) { myIsToUpdate = theState; }