Add virtual destructors
[platform/core/appfw/widget-viewer.git] / watch-holder / src / ambient_listener.hh
index 6646c55..75128d0 100644 (file)
@@ -32,7 +32,7 @@ class AmbientListener {
     EVENT_AOD_NOTIFIED
   };
   AmbientListener();
-  ~AmbientListener();
+  virtual ~AmbientListener();
   static int OnAmbientChangedSignal(const char *endpoint,
       aul_app_com_result_e e, bundle *envelope, void *user_data);
   static int OnReceiveSignal(const char* endpoint, aul_app_com_result_e e,