diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_core/src/Windows/CDlgBase.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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) |