X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6757b5e31cb48dd909754fdd5ceb5947585b76e1..59f098d159a85ad588c000a4528ea04200577781:/include/wx/msw/dialog.h diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index d28c1544b3..2a0631bb54 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -114,7 +114,8 @@ protected: void Init(); private: - wxWindow *m_oldFocus; + wxWindow* m_oldFocus; + bool m_endModalCalled; // allow for closing within InitDialog // this pointer is non-NULL only while the modal event loop is running wxDialogModalData *m_modalData;