diff options
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_database.h b/include/m_database.h index 5d2d4ccab8..975d3d865c 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -523,7 +523,7 @@ __forceinline MCONTACT DbGetAuthEventContact(DBEVENTINFO *dbei) // This string should be freed by a call of mir_free
EXTERN_C MIR_APP_DLL(char*) DbEvent_GetTextA(const DBEVENTINFO *dbei, int codepage);
-EXTERN_C MIR_APP_DLL(wchar_t*) DbEvent_GetTextW(const DBEVENTINFO *dbei, int codepage);
+EXTERN_C MIR_APP_DLL(wchar_t*) DbEvent_GetTextW(const DBEVENTINFO *dbei);
/////////////////////////////////////////////////////////////////////////////////////////
// Retrieves the event's icon
|