Salome HOME
Feature #86: The hierarchy in the Object Browser (T 19).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Zone.h
index 4dca40d27ad013e3688e77c4101a0e7cc9323145..ee25b8023e3f2c262c0d9052381a0565bdd9c435 100644 (file)
@@ -53,17 +53,17 @@ public:
   /**
    * Returns the text for the specified column.
    */
-  QString     text( const int = NameId ) const override;
+  QString     text( const int = NameId ) const;
 
   /**
    * Returns the color for the specified column.
    */
-  QColor      color( const ColorRole theColorRole, const int theColumnId = NameId ) const override;
+  QColor      color( const ColorRole theColorRole, const int theColumnId = NameId ) const;
 
   /**
    * Return true because zones are draggable.
    */
-  bool        isDraggable() const override { return true; }
+  bool        isDraggable() const { return true; }
 
   /**
    * Returns true if it is a zone which needs merge of bathymetries.