diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index af4f137e07..5369ceebfd 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -403,7 +403,7 @@ class MIR_APP_EXPORT CSrmmBaseDialog : public CDlgBase CSrmmBaseDialog& operator=(const CSrmmBaseDialog&) = delete;
protected:
- CSrmmBaseDialog(HINSTANCE hInst, int idDialog, SESSION_INFO *si = nullptr);
+ CSrmmBaseDialog(CMPluginBase&, int idDialog, SESSION_INFO *si = nullptr);
virtual void OnInitDialog() override;
virtual void OnDestroy() override;
|