diff options
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index ba3590b70d..b4e2c4a5d4 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -348,7 +348,8 @@ public: void SetDraw(bool bEnable); void NotifyChange(void); // sends a notification to a parent window - __forceinline HINSTANCE GetInst() const { return m_pPlugin.getInst(); } + HINSTANCE GetInst() const; + __forceinline HWND GetHwnd() const { return m_hwnd; } __forceinline void Hide() { Show(SW_HIDE); } __forceinline bool IsInitialized() const { return m_bInitialized; } |