Merge "use modern construct '= default' for special functions." into devel/master
[platform/core/uifw/dali-core.git] / dali / integration-api / context-notifier.h
index cd437e1..4e9c136 100644 (file)
@@ -50,9 +50,7 @@ protected:
   /**
    * Virtual destructor, no deletion through this interface
    */
-  virtual ~ContextNotifierInterface()
-  {
-  }
+  virtual ~ContextNotifierInterface() = default;
 };
 
 } // namespace Integration