use modern construct '= default' for special functions.
[platform/core/uifw/dali-core.git] / dali / public-api / images / native-image-interface.h
index 249cd91..717e365 100644 (file)
@@ -163,9 +163,7 @@ protected:
    * The implementation should destroy the NativeImage resources.
    * @SINCE_1_0.0
    */
-  ~NativeImageInterface() override
-  {
-  }
+  ~NativeImageInterface() override = default;
 };
 
 /**