From 9888ac73a0c7e6815b8a2b66751f303db7f0632f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Jan 2023 18:49:01 +0300 Subject: compilation fix --- plugins/Db3x_mmap/src/dbevents.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/Db3x_mmap/src/dbevents.cpp') diff --git a/plugins/Db3x_mmap/src/dbevents.cpp b/plugins/Db3x_mmap/src/dbevents.cpp index 139a573b6b..e566ff120b 100644 --- a/plugins/Db3x_mmap/src/dbevents.cpp +++ b/plugins/Db3x_mmap/src/dbevents.cpp @@ -549,3 +549,8 @@ MEVENT CDb3Mmap::GetEventById(LPCSTR, LPCSTR) { return 0; } + +int CDb3Mmap::UpdateEventId(MEVENT, LPCSTR) +{ + return 1; +} -- cgit v1.2.3