From ee0691d3871c2d95906b5171d2ed6e9a95588dbc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 22 May 2025 12:28:49 +0300 Subject: =?UTF-8?q?fixes=20#5026=20(CrashDumper:=20=D0=BF=D0=B0=D0=B4?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B8=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2=D0=B5=20=D0=BB=D1=8E=D0=B1=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=20=D0=BF=D1=83=D0=BD=D0=BA=D1=82=D0=B0=20=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=8E,=20=D1=81=D0=B2=D1=8F=D0=B7=D0=B0=D0=BD=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D1=81=20=D0=BF=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD?= =?UTF-8?q?=D0=BE=D0=BC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/m_srmm_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_srmm_int.h') 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 -- cgit v1.2.3