summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_srmm_int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h
index 6fe11774e2..567b153555 100644
--- a/include/m_srmm_int.h
+++ b/include/m_srmm_int.h
@@ -268,6 +268,9 @@ protected:
const USERINFO* m_pUserTyping = nullptr;
CCtrlListBox m_nickList;
+ int m_iNickSearch = -1;
+ CMStringW m_wszNickSearch;
+
CCtrlButton m_btnColor, m_btnBkColor, m_btnOk;
CCtrlButton m_btnBold, m_btnItalic, m_btnUnderline;
CCtrlButton m_btnHistory, m_btnChannelMgr, m_btnNickList, m_btnFilter;