diff options
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 0d61454f5e..267b145ff2 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -411,6 +411,7 @@ protected: void DoEventHook(int iType, const USERINFO *pUser, const wchar_t *pszText, INT_PTR dwItem);
bool ProcessHotkeys(int key, bool bShift, bool bCtrl, bool bAlt);
void RefreshButtonStatus(void);
+ void RunUserMenu(HWND hwndOwner, USERINFO *ui, const POINT &pt);
protected:
CCtrlEdit m_message, m_log;
|