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 980774a28b..bea30ce302 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -381,7 +381,8 @@ public: // general utilities
void Create();
void Show(int nCmdShow = SW_SHOW);
- int DoModal();
+ int DoModal();
+ void EndModal(INT_PTR nResult);
void SetCaption(const wchar_t *ptszCaption);
void NotifyChange(void); // sends a notification to a parent window
|