]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/theme.h
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git] / include / wx / univ / theme.h
index 94ba4fcfab6630bd875b8d52cd4c3dad0b1ee998..f141b2645bde1f5ae7d990e82f798680af82d134 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,7 @@ private:
 
     // the current theme
     static wxTheme *ms_theme;
-
-    friend wxThemeInfo;
+    friend class wxThemeInfo;
 };
 
 // ----------------------------------------------------------------------------