diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-04 18:58:01 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-04 18:58:01 +0300 |
commit | fb8111c474a8e393e885707eb9796195a2e5a1c6 (patch) | |
tree | 8eac26e1f9abc5b0e7ff1604398478120517e8c7 /include | |
parent | ac9b7f8cae2299f38187a5d239658cc9c2b8ef96 (diff) |
SRMM: total constructors' unification, also fixes #4715 (no nicklist in tabSRMM)
Diffstat (limited to 'include')
-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 f925844733..92e265ea96 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -291,7 +291,7 @@ class MIR_APP_EXPORT CSrmmBaseDialog : public CDlgBase std::vector<MEVENT> m_arDisplayedEvents;
protected:
- CSrmmBaseDialog(CMPluginBase &pPlugin, int idDialog, struct SESSION_INFO *si = nullptr);
+ CSrmmBaseDialog(CMPluginBase &pPlugin, int idDialog, MCONTACT hContact);
bool OnInitDialog() override;
void OnDestroy() override;
|