summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-07-26 13:07:55 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-07-26 13:07:55 +0300
commitb05abc26fef6128e2327990ff9fb76e5156ca5d7 (patch)
tree65de92b26428a645f20132a70f98fdcce6f8702d /include
parent69581b8648e0c2fe96f454455763359ebeeba46a (diff)
mechanism of the whole log window redrawing is actual for the RTF-based logs only, so let's move inside CRtfLogWindow
Diffstat (limited to 'include')
-rw-r--r--include/m_srmm_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h
index 2ed23a5bf7..75f1185f81 100644
--- a/include/m_srmm_int.h
+++ b/include/m_srmm_int.h
@@ -180,6 +180,8 @@ struct RtfChatLogStreamData
class MIR_APP_EXPORT CRtfLogWindow : public CSrmmLogWindow
{
+ HANDLE hevDelete, hevEdited;
+
protected:
CCtrlRichEdit &m_rtf;