From: Václav Slavík Date: Sun, 3 Aug 2003 19:30:30 +0000 (+0000) Subject: reverted two last changes; they both broke compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3d1f1919657af3ccd160b88b83d3748d0335f319 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 --- diff --git a/include/wx/html/m_templ.h b/include/wx/html/m_templ.h index fb272c61dc..7dc0e16227 100644 --- a/include/wx/html/m_templ.h +++ b/include/wx/html/m_templ.h @@ -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) \ };