diff options
Diffstat (limited to 'plugins/Toaster/src/toast_notification.h')
-rw-r--r-- | plugins/Toaster/src/toast_notification.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Toaster/src/toast_notification.h b/plugins/Toaster/src/toast_notification.h index cf86271e64..30bb591f3d 100644 --- a/plugins/Toaster/src/toast_notification.h +++ b/plugins/Toaster/src/toast_notification.h @@ -24,7 +24,7 @@ public: ~ToastNotification();
HRESULT Initialize();
- HRESULT Show(_In_ ToastEventHandler* handler);
+ HRESULT Show(_In_ ToastHandlerData*);
HRESULT Hide();
};
|