Salome HOME
Feature #86: The hierarchy in the Object Browser (T 19).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataObject.h
index a93963bd348db8ce8c59f1dc5f0493cd822f4377..41a7bca4a72f7e525434afece793dd1b2a2090e3 100644 (file)
@@ -159,7 +159,7 @@ public:
                              const QString& theName,
                              const QString& theParentEntry  );
     
-  bool isDropAccepted() const override { return true; }
+  bool isDropAccepted() const { return true; }
 };
 
 #endif