diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-23 20:40:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-23 20:40:45 +0300 |
commit | deca42d417dbe5b143c046c6bad8a7ba92fb2e01 (patch) | |
tree | 87d77a49345450d9b4bd1c11badd562df9faa329 /include | |
parent | ee04e9de4bd7c4858de7716868cd6a1aad93b824 (diff) |
these windows should be manually unsubclassed before exit
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 2f2f25d039..ce66e3387a 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -400,6 +400,7 @@ protected: CSrmmBaseDialog(HINSTANCE hInst, int idDialog, SESSION_INFO *si = nullptr);
virtual void OnInitDialog() override;
+ virtual void OnClose() 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);
|