diff options
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
|