diff options
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 567b153555..01295ff327 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -236,6 +236,8 @@ class MIR_APP_EXPORT CSrmmBaseDialog : public CDlgBase CSrmmBaseDialog(const CSrmmBaseDialog &) = delete;
CSrmmBaseDialog &operator=(const CSrmmBaseDialog &) = delete;
+ void OnNickListTimer(CTimer *);
+
protected:
CSrmmBaseDialog(CMPluginBase &pPlugin, int idDialog, struct SESSION_INFO *si = nullptr);
@@ -292,7 +294,7 @@ public: bool m_bFGSet, m_bBGSet;
bool m_bInMenu;
COLORREF m_iFG, m_iBG;
- CTimer timerFlash, timerType;
+ CTimer timerFlash, timerType, timerNickList;
void ClearLog();
void RedrawLog();
|