]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/m_templ.h
added and documented wx_const/static_cast<>
[wxWidgets.git] / include / wx / html / m_templ.h
index 4df782c6a2e49424f6b14a904dd0cfc9846667c9..7dc0e162276408f895d967a95201f6db893ac8c7 100644 (file)
@@ -23,35 +23,16 @@ I STRONGLY recommend reading and understanding these macros!!
 #define _WX_M_TEMPL_H_
 
 #include "wx/defs.h"
-#if wxUSE_HTML
-
-
-#ifdef __GNUG__
-#pragma interface
-#pragma implementation
-#endif
-
-#include <wx/wxprec.h>
-
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
-
-#ifndef WXPRECOMP
-#include <wx/wx.h>
-#endif
-
-
 
+#if wxUSE_HTML
 
 #include "wx/html/winpars.h"
 
-
 #define TAG_HANDLER_BEGIN(name,tags)                                      \
     class HTML_Handler_##name : public wxHtmlWinTagHandler                \
     {                                                                     \
         public:                                                           \
-            wxString GetSupportedTags() {return tags;}
+            wxString GetSupportedTags() {return wxT(tags);}