diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-23 22:06:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-23 22:06:53 +0300 |
commit | 34e059269d3c8a5d999575efce347c116b7be52a (patch) | |
tree | 054a2d928dd54ae5de71114636b38e6e6b3d8687 /include/m_chat_int.h | |
parent | 7d191d7bf8dc09f8484a05d898c8d0971beaa10b (diff) |
usual crutches sometimes don't work, we need the stronger ones
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index ce66e3387a..48759177bc 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -400,7 +400,8 @@ protected: CSrmmBaseDialog(HINSTANCE hInst, int idDialog, SESSION_INFO *si = nullptr);
virtual void OnInitDialog() override;
- virtual void OnClose() override;
+ virtual void OnDestroy() override;
+
virtual INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override;
void DoEventHook(int iType, const USERINFO *pUser, const wchar_t *pszText, INT_PTR dwItem);
|