diff options
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbevents.cpp')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbevents.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/dbevents.cpp b/plugins/Dbx_mdbx/src/dbevents.cpp index bc16f4f460..203d696b2d 100644 --- a/plugins/Dbx_mdbx/src/dbevents.cpp +++ b/plugins/Dbx_mdbx/src/dbevents.cpp @@ -441,7 +441,7 @@ BOOL CDbxMDBX::MarkEventRead(MCONTACT contactID, MEVENT hDbEvent) ///////////////////////////////////////////////////////////////////////////////////////////////////
-MEVENT CDbxMDBX::GetEventById(LPCSTR szModule, LPCSTR szId)
+MEVENT CDbxMDBX::GetEventById(const char *szModule, const char *szId)
{
if (szModule == nullptr || szId == nullptr)
return 0;
|