Salome HOME
17.12.2013. Added Partition algorithm (draft version).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Shape.h
index 31966461ae710c1d07aec6cb4955f9acffe6eb62..a1af4dbb7390e8041fe874daa7c01864d6f95ff4 100644 (file)
@@ -46,7 +46,7 @@ public:
   virtual void               display( const bool theIsUpdateViewer = true );
   virtual void               erase( const bool theIsUpdateViewer = true );
 
-  virtual void               highlight( bool theIsHighlight );
+  virtual void               highlight( bool theIsHighlight, bool isUpdateViewer );
   virtual bool               isHighlighted() const;
 
   Handle(HYDROData_Entity)   getObject() const { return myObject; }