X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cbee0b42c9755a98104e3b1d8fd1133483ea54f..de505a9e23cfaa4ada2bf972290f7d15a9424270:/src/common/appcmn.cpp diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 19ddb1965c..fec6879ea6 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -112,6 +112,7 @@ wxAppBase::~wxAppBase() } #if wxUSE_GUI + bool wxAppBase::OnInitGui() { #ifdef __WXUNIVERSAL__ @@ -124,7 +125,6 @@ bool wxAppBase::OnInitGui() return TRUE; } -#endif // wxUSE_GUI int wxAppBase::OnRun() { @@ -139,6 +139,8 @@ int wxAppBase::OnRun() return MainLoop(); } +#endif // wxUSE_GUI + int wxAppBase::OnExit() { #if wxUSE_CONFIG