]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/build.h
implement support for returning several elements at once from IEnumFORMATETC (part...
[wxWidgets.git] / include / wx / build.h
index 76b563a67534a19658602c64fdaa2f34d2c10e0c..620282e074e862ebb93f4bedce07f52c0da8aecf 100644 (file)
@@ -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_