Build fix for wxTheApp usage.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-01-15 10:15:28 +00:00
parent cafed23657
commit f24391587c

View File

@@ -25,6 +25,7 @@
#endif #endif
#include "wx/evtloop.h" #include "wx/evtloop.h"
#include "wx/app.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// globals // globals
@@ -149,4 +150,3 @@ void wxEventLoopManual::Exit(int rc)
} }
#endif // __WXMSW__ || __WXMAC__ #endif // __WXMSW__ || __WXMAC__