summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msglog.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-08-02 14:11:40 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-08-02 14:11:40 +0300
commit16dae6bd7df08d11cf9175239fb9b27f88c6f12c (patch)
tree4a1f2976ff1256ea807108ece5c2df95b8732bf2 /plugins/Scriver/src/msglog.cpp
parent3b014e321cb0b4fd9ff761cf145b94f71576fdd8 (diff)
fixes #2373 (NewStory: не работают фильтры)
Diffstat (limited to 'plugins/Scriver/src/msglog.cpp')
-rw-r--r--plugins/Scriver/src/msglog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/msglog.cpp b/plugins/Scriver/src/msglog.cpp
index 5cc9a73cb5..4901a9f1fb 100644
--- a/plugins/Scriver/src/msglog.cpp
+++ b/plugins/Scriver/src/msglog.cpp
@@ -662,7 +662,7 @@ public:
////////////////////////////////////////////////////////////////////////////////////////
- void LogEvents(const LOGINFO *lin) override
+ void LogChatEvents(const LOGINFO *lin) override
{
if (m_rtf.GetHwnd() == nullptr)
return;