From 34e059269d3c8a5d999575efce347c116b7be52a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 23 Mar 2017 22:06:53 +0300 Subject: usual crutches sometimes don't work, we need the stronger ones --- include/m_chat_int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/m_chat_int.h') 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); -- cgit v1.2.3