reverted two last changes; they both broke compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-08-03 19:30:30 +00:00
parent 38d85c646d
commit 3d1f191965

View File

@ -32,7 +32,6 @@ I STRONGLY recommend reading and understanding these macros!!
class HTML_Handler_##name : public wxHtmlWinTagHandler \
{ \
public: \
HTML_Handler_##name() : wxHtmlWinTagHandler() {} \
wxString GetSupportedTags() {return wxT(tags);}
@ -52,7 +51,6 @@ I STRONGLY recommend reading and understanding these macros!!
#define TAG_HANDLER_END(name) \
DECLARE_NO_COPY_CLASS(HTML_Handler_##name) \
};