From 3d1f1919657af3ccd160b88b83d3748d0335f319 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 3 Aug 2003 19:30:30 +0000 Subject: [PATCH] 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 --- include/wx/html/m_templ.h | 2 -- 1 file changed, 2 deletions(-) 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) \ }; -- 2.45.2