summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdlgother.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-14 23:33:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-14 23:33:11 +0300
commit123fa87f68c42b4f121ad315623a9fb5a39ab30c (patch)
treeb4bb358ed586b4514a099e445577887bc5f117f7 /plugins/TabSRMM/src/msgdlgother.cpp
parente90d73641e9df9d3c181c9eddd85b59b8d81f8e6 (diff)
all LogStreamInEvents implementations unified, old memory allocation schema dropped
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r--plugins/TabSRMM/src/msgdlgother.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp
index 2360894d31..68b97ba962 100644
--- a/plugins/TabSRMM/src/msgdlgother.cpp
+++ b/plugins/TabSRMM/src/msgdlgother.cpp
@@ -1413,7 +1413,7 @@ void CMsgDialog::LoadSplitter()
/////////////////////////////////////////////////////////////////////////////////////////
-void CMsgDialog::LogEvent(DBEVENTINFO &dbei)
+void CMsgDialog::LogEvent(DB::EventInfo &dbei)
{
if (m_iLogMode != WANT_BUILTIN_LOG) {
dbei.flags |= DBEF_TEMPORARY;
@@ -1424,7 +1424,7 @@ void CMsgDialog::LogEvent(DBEVENTINFO &dbei)
db_event_delete(hDbEvent);
}
}
- else LOG()->LogEvents(0, 1, true, &dbei);
+ else LOG()->LogEvents(0, 0, true, &dbei);
}
/////////////////////////////////////////////////////////////////////////////////////////