]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/build.h
Commented out wxAutoNSAutoreleasePool in CallOnInit()
[wxWidgets.git] / include / wx / build.h
index 58e2a0dd8461dc12b4bf683bc891d8eca4b1eb57..620282e074e862ebb93f4bedce07f52c0da8aecf 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     07.05.02
 // RCS-ID:      $Id$
 // Copyright:   (c) 2002 Vadim Zeitlin <vadim@wxwindows.org>
-// 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_