summaryrefslogtreecommitdiff
path: root/include/m_chat_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r--include/m_chat_int.h1
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);