(FrameCallback) Ensure the callback is removed if the implementation is deleted
[platform/core/uifw/dali-core.git] / dali / devel-api / update / frame-callback-interface.h
index d92c7be..e6ad997 100644 (file)
@@ -64,7 +64,7 @@ protected:
   /**
    * @brief Protected virtual destructor.
    */
-  virtual ~FrameCallbackInterface() {}
+  virtual ~FrameCallbackInterface();
 };
 
 } // namespace Dali