X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bebc39e35d8ff465d2a4b41154daa325c5e76f10..e9159fe8e8f1b3653c506805cbb79280aa2a0f38:/src/common/appcmn.cpp diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 6795eec0c4..dca1e2af50 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -80,8 +80,9 @@ wxAppBase::wxAppBase() { wxTheApp = (wxApp *)this; - // VZ: what's this? is it obsolete? +#if WXWIN_COMPATIBILITY_2_2 m_wantDebugOutput = FALSE; +#endif // WXWIN_COMPATIBILITY_2_2 #if wxUSE_GUI m_topWindow = (wxWindow *)NULL;