projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git]
/
include
/
wx
/
univ
/
theme.h
diff --git
a/include/wx/univ/theme.h
b/include/wx/univ/theme.h
index c60cd4aa19d83f75fae05e9efedeb4e91ac65a27..f141b2645bde1f5ae7d990e82f798680af82d134 100644
(file)
--- a/
include/wx/univ/theme.h
+++ b/
include/wx/univ/theme.h
@@
-69,8
+69,7
@@
private:
// the current theme
static wxTheme *ms_theme;
-
- friend wxThemeInfo;
+ friend class wxThemeInfo;
};
// ----------------------------------------------------------------------------