]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/theme.h
test for wxLog interaction with wxYield better
[wxWidgets.git] / include / wx / univ / theme.h
index 94ba4fcfab6630bd875b8d52cd4c3dad0b1ee998..a22293cfa1039569500f3f4499e4a1765c627f89 100644 (file)
@@ -7,7 +7,7 @@
 // Modified by:
 // Created:     06.08.00
 // RCS-ID:      $Id$
-// Copyright:   (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -69,8 +69,11 @@ private:
 
     // the current theme
     static wxTheme *ms_theme;
-
+#ifdef __MWERKS__
+    friend class wxThemeInfo;
+#else
     friend wxThemeInfo;
+#endif
 };
 
 // ----------------------------------------------------------------------------