Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_NameValidator.h
index 05ddc8b71d5594dc32f2cb96f2d5ab4abce06ee8..8eacd50ad3b912dd0a846274268bcac85456f459 100644 (file)
@@ -36,8 +36,8 @@ public:
   HYDROGUI_NameValidator( HYDROGUI_Module* theModule, QObject* parent = 0 );
   virtual ~HYDROGUI_NameValidator();
 
-  State validate ( QString & theName, int & thePos ) const override;
-  void  fixup ( QString & input ) const override;
+  State validate ( QString & theName, int & thePos ) const;
+  void  fixup ( QString & input ) const;
 
   void  setEditedObject( const Handle(HYDROData_Entity) theObj );