diff options
-rw-r--r-- | notification-ex/event_sender_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notification-ex/event_sender_interface.h b/notification-ex/event_sender_interface.h index 3acbe0c..8390983 100644 --- a/notification-ex/event_sender_interface.h +++ b/notification-ex/event_sender_interface.h @@ -30,6 +30,7 @@ namespace notification { class EXPORT_API IEventSender { public: + virtual ~IEventSender() = default; virtual void Notify(const IEventInfo& info, std::list<Bundle> serialized, std::string dest_appid = "") = 0; virtual std::list<Bundle> Request(const IEventInfo &info) = 0; |