diff options
author | George Hazan <george.hazan@gmail.com> | 2025-05-22 12:28:49 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-05-22 12:28:49 +0300 |
commit | ee0691d3871c2d95906b5171d2ed6e9a95588dbc (patch) | |
tree | 507c342ef4eb1f00b5ab73d900098609ab831065 /include/m_srmm_int.h | |
parent | 7c07d4e6578b0eab6de015ab7c1126e2f8fa4a13 (diff) |
fixes #5026 (CrashDumper: падение при вызове любого пункта меню, связанного с плагином)
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index bfcce6d31d..3b9e49b210 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -184,7 +184,7 @@ struct SrmmLogWindowClass pfnSrmmLogCreator pfnBuilder;
};
-MIR_APP_DLL(SrmmLogWindowClass *) Srmm_GetWindowClass(CMsgDialog *pDlg);
+MIR_APP_DLL(SrmmLogWindowClass *) Srmm_GetWindowClass(bool bGC, MCONTACT hContact = INVALID_CONTACT_ID);
/////////////////////////////////////////////////////////////////////////////////////////
// Simple single-event based logger
|