diff --git a/brightray/browser/notification.h b/brightray/browser/notification.h index 76e3ba4320..a330bc25d1 100644 --- a/brightray/browser/notification.h +++ b/brightray/browser/notification.h @@ -47,6 +47,7 @@ class Notification { protected: Notification(NotificationDelegate* delegate, NotificationPresenter* presenter); + public: virtual ~Notification();