X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cbee0b42c9755a98104e3b1d8fd1133483ea54f..c33c81c30f732efcf82d682f82e94aea81878641:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 8b17fc42aa..69f408ac5a 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -389,7 +389,7 @@ protected: wxString m_vendorName, // vendor name (ACME Inc) m_appName, // app name m_className; // class name - + #if wxUSE_GUI // the main top level window - may be NULL wxWindow *m_topWindow;