diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-03 21:59:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-03 21:59:19 +0300 |
commit | b5d430ee1b8f1a30a5fb3c44d18a369ae5566bb5 (patch) | |
tree | 84b762857df85a1081ba818eacba0a2d02a296bb /include | |
parent | eac7c468a6ef15d13477e6e5821bc53c2f9be845 (diff) |
TreeOptions: translation fix
Diffstat (limited to 'include')
-rw-r--r-- | include/m_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index d44fc9c434..5d96a1fa8a 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -472,6 +472,7 @@ public: HINSTANCE GetInst() const;
+ __forceinline HPLUGIN GetPlugin() const { return &m_pPlugin; }
__forceinline MWindow GetHwnd() const { return m_hwnd; }
__forceinline void Hide() { Show(SW_HIDE); }
__forceinline bool IsInitialized() const { return m_bInitialized; }
|