X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/090a6d7af9c551cf34c3d50f3a438c6b42e51527..15d521a109c4de5b2e18bb7b953bfedd5505a1ee:/include/wx/build.h diff --git a/include/wx/build.h b/include/wx/build.h index 58e2a0dd84..620282e074 100644 --- a/include/wx/build.h +++ b/include/wx/build.h @@ -6,7 +6,7 @@ // Created: 07.05.02 // RCS-ID: $Id$ // Copyright: (c) 2002 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _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_