use modern construct 'override' in the derive class.
[platform/core/uifw/dali-core.git] / dali / public-api / signals / connection-tracker-interface.h
index c9093f3..6e27eb4 100644 (file)
@@ -65,7 +65,7 @@ public:
    * @brief Virtual destructor.
    * @SINCE_1_0.0
    */
-  virtual ~ConnectionTrackerInterface();
+  ~ConnectionTrackerInterface() override;
 
   /**
    * @brief Called when a signal is connected.