diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-29 13:33:25 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-29 13:33:25 +0000 |
commit | 98f090a525e33973738e4105b6e8257ab34ff6eb (patch) | |
tree | 6aecfaef0cc0d24eab8134fb690f92df10d8668b /plugins/Toaster/src/toast_event_handler.h | |
parent | 8235db586d12c56b18ebf4d1279c873b4fe7cac7 (diff) |
Toaster: code optimization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 f4a74534fb..bdad152a4e 100644 --- a/plugins/Toaster/src/toast_event_handler.h +++ b/plugins/Toaster/src/toast_event_handler.h @@ -30,6 +30,8 @@ private: std::unique_ptr<ToastHandlerData> _thd;
void DestroyNotification();
+
+ void CallPopupProc(UINT uMsg);
};
#endif //_TOAST_EVENT_HANDLER_H_
\ No newline at end of file |