X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..05e3a383e0bff29b830f91b6b40e63a3b1a3e72f:/include/wx/build.h diff --git a/include/wx/build.h b/include/wx/build.h index 76b563a675..620282e074 100644 --- a/include/wx/build.h +++ b/include/wx/build.h @@ -14,6 +14,8 @@ #include "wx/version.h" +class WXDLLIMPEXP_BASE wxAppConsole; + // ---------------------------------------------------------------------------- // wxBuildOptions // ---------------------------------------------------------------------------- @@ -48,7 +50,7 @@ private: bool m_isDebug; // actually only CheckBuildOptions() should be our friend but well... - friend class wxAppBase; + friend class wxAppConsole; }; #endif // _WX_BUILD_H_