diff options
Diffstat (limited to 'include/m_gui.h')
-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 3e4d54431a..5b52c95840 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -268,6 +268,7 @@ public: int DoModal();
void SetCaption(const TCHAR *ptszCaption);
+ void NotifyChange(void); // sends a notification to a parent window
__forceinline HINSTANCE GetInst() const { return m_hInst; }
__forceinline HWND GetHwnd() const { return m_hwnd; }
|