X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..f925f24de8a4e6aa116efed61ab77ec08b686c67:/include/wx/univ/theme.h diff --git a/include/wx/univ/theme.h b/include/wx/univ/theme.h index 94ba4fcfab..a22293cfa1 100644 --- a/include/wx/univ/theme.h +++ b/include/wx/univ/theme.h @@ -7,7 +7,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// 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 }; // ----------------------------------------------------------------------------