]> git.saurik.com Git - wxWidgets.git/commitdiff
fix compilation - Stefan see my last commit bundle :)
authorRyan Norton <wxprojects@comcast.net>
Sun, 27 Feb 2005 10:02:20 +0000 (10:02 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sun, 27 Feb 2005 10:02:20 +0000 (10:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/private.h
src/mac/carbon/uma.cpp
src/mac/carbon/utils.cpp

index a3f409471912eb0bb3478b6f40fb51e073e82d02..9c6d741e0d939189f12e6af2920335be24aa9869 100644 (file)
@@ -47,6 +47,9 @@
 #include "wx/mac/corefoundation/cfstring.h"
 #endif
 
 #include "wx/mac/corefoundation/cfstring.h"
 #endif
 
+//forward declarations
+class wxTopLevelWindowMac;
+
 #ifndef FixedToInt
 // as macro in FixMath.h for 10.3
 inline Fixed    IntToFixed( int inInt )
 #ifndef FixedToInt
 // as macro in FixMath.h for 10.3
 inline Fixed    IntToFixed( int inInt )
index 1de3eacf7fd5330c557af4448ef8073735745410..807f122922a20b2bfea5f208353047740bcd8f32 100644 (file)
@@ -33,6 +33,9 @@
 #endif
 #include "wx/mac/uma.h"
 
 #endif
 #include "wx/mac/uma.h"
 
+#if TARGET_API_MAC_OSX
+#include "wx/toplevel.h"
+#endif
 
 // since we have decided that we only support 8.6 upwards we are
 // checking for these minimum requirements in the startup code of
 
 // since we have decided that we only support 8.6 upwards we are
 // checking for these minimum requirements in the startup code of
index 4a209c9517f0e1b604d61978f94cc29f9a95b411..eafcd73ef7e4764539c08f9f27ada57834cb1573 100644 (file)
@@ -23,6 +23,7 @@
 #if wxUSE_GUI
     #include "wx/mac/uma.h"
     #include "wx/font.h"
 #if wxUSE_GUI
     #include "wx/mac/uma.h"
     #include "wx/font.h"
+    #include "wx/toplevel.h"
 #else
     #include "wx/intl.h"
 #endif
 #else
     #include "wx/intl.h"
 #endif