use modern construct 'override' in the derive class.
[platform/core/uifw/dali-core.git] / dali / public-api / images / native-image-interface.h
index 606864d..6d55fa7 100644 (file)
@@ -165,7 +165,7 @@ protected:
    * The implementation should destroy the NativeImage resources.
    * @SINCE_1_0.0
    */
-  virtual ~NativeImageInterface()
+  ~NativeImageInterface() override
   {
   }