Unicode compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2001-09-20 22:07:21 +00:00
parent b2a9ee3025
commit f63e248ec1
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ struct WXDLLEXPORT wxThemeInfo
bool wxThemeUse##themename = TRUE; \
wxTheme *wxCtorFor##themename() { return new classname; } \
wxThemeInfo classname::ms_info##themename(wxCtorFor##themename, \
#themename, themedesc)
wxT( #themename ), themedesc)
#endif // _WX_UNIV_THEME_H_