diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-22 20:28:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-22 20:28:56 +0300 |
commit | 6e97fc04aa23723077c138b7cb028a5a8793ddf6 (patch) | |
tree | 95a62c2f2c1f8314e389560cec5a504c2d08f5c3 /include | |
parent | 0ff53148fe18ad476e47eae46e7ed6f3a8b56886 (diff) |
common nick list drawing code removed from DlgProc()
Diffstat (limited to 'include')
-rw-r--r-- | include/m_srmm_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index ce5c7c5845..27dc5d0ebf 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -248,6 +248,7 @@ public: virtual void AddLog();
virtual void CloseTab() {}
+ virtual void DrawNickList(USERINFO *ui, DRAWITEMSTRUCT *dis) PURE;
virtual void EventAdded(MEVENT, const DBEVENTINFO &dbei) PURE;
virtual bool GetFirstEvent() PURE;
virtual bool IsActive() const PURE;
|