X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6c588e1a65704bd5f3707b0e691a957ad43a148..236a9de39afa090fdee3cf91cb5364ceca69e3f8:/include/wx/msw/dialog.h diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index e8eb98da7d..ff51c4bdcf 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -117,6 +117,8 @@ protected: void DoShowModal(); private: + wxWindow *m_oldFocus; + DECLARE_EVENT_TABLE() };