X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04dbb6467be8f564f380bd9a1106fbdecbd26a98..ac9a3c615a1d8eec589d2d0de7286f6d676f1693:/include/wx/html/m_templ.h diff --git a/include/wx/html/m_templ.h b/include/wx/html/m_templ.h index 9d9174772d..7dc0e16227 100644 --- a/include/wx/html/m_templ.h +++ b/include/wx/html/m_templ.h @@ -32,7 +32,7 @@ I STRONGLY recommend reading and understanding these macros!! class HTML_Handler_##name : public wxHtmlWinTagHandler \ { \ public: \ - wxString GetSupportedTags() {return tags;} + wxString GetSupportedTags() {return wxT(tags);}