diff options
Diffstat (limited to 'plugins/Toaster/src/toast_event_handler.h')
-rw-r--r-- | plugins/Toaster/src/toast_event_handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Toaster/src/toast_event_handler.h b/plugins/Toaster/src/toast_event_handler.h index 321b1b4764..f4a74534fb 100644 --- a/plugins/Toaster/src/toast_event_handler.h +++ b/plugins/Toaster/src/toast_event_handler.h @@ -28,6 +28,8 @@ public: private:
ULONG _ref;
std::unique_ptr<ToastHandlerData> _thd;
+
+ void DestroyNotification();
};
#endif //_TOAST_EVENT_HANDLER_H_
\ No newline at end of file |