Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Shape.h
index 333083cacb710110b80aa7376e0620d0d18580ef..6226f542fbcff620d7907c1012eef022af2d6007 100644 (file)
@@ -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; }