From b5c43418ddb50192686929bac0a6b3190aa6b600 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 9 Mar 2022 14:26:20 +0300 Subject: CDlgBase::GetInst() is not inlined anymore --- src/mir_core/src/Windows/CDlgBase.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/mir_core/src/Windows/CDlgBase.cpp b/src/mir_core/src/Windows/CDlgBase.cpp index e46eb269f3..d6c798eb41 100644 --- a/src/mir_core/src/Windows/CDlgBase.cpp +++ b/src/mir_core/src/Windows/CDlgBase.cpp @@ -115,6 +115,11 @@ void CDlgBase::EndModal(INT_PTR nResult) ::EndDialog(m_hwnd, nResult); } +HINSTANCE CDlgBase::GetInst() const +{ + return m_pPlugin.getInst(); +} + void CDlgBase::NotifyChange(void) { if (!m_bInitialized) -- cgit v1.2.3