summaryrefslogtreecommitdiff
path: root/plugins/Toaster/src/toast_notification.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-08-18 19:02:28 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-08-18 19:02:28 +0000
commit6440934f69bcf910042b47e0aad62c4a7b26c3de (patch)
tree0731998e9f661b87e39d8420e9936db0ce4b444c /plugins/Toaster/src/toast_notification.h
parentc5a9bf1c331dab3e9a31abb1f9e5687fb280bf64 (diff)
Toaster: minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14991 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/toast_notification.h')
-rw-r--r--plugins/Toaster/src/toast_notification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Toaster/src/toast_notification.h b/plugins/Toaster/src/toast_notification.h
index 2a3d438c74..727966ac8f 100644
--- a/plugins/Toaster/src/toast_notification.h
+++ b/plugins/Toaster/src/toast_notification.h
@@ -21,7 +21,7 @@ public:
COLORREF background;
COLORREF foreground;
- ToastNotification(_In_ wchar_t* text, _In_ wchar_t* caption = nullptr, _In_ wchar_t* imagePath = nullptr) throw();
+ ToastNotification(_In_ wchar_t* text, _In_ wchar_t* caption = nullptr, _In_ wchar_t* imagePath = nullptr);
~ToastNotification();
HRESULT Show();