]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted two last changes; they both broke compilation
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 3 Aug 2003 19:30:30 +0000 (19:30 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 3 Aug 2003 19:30:30 +0000 (19:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/m_templ.h

index fb272c61dc141c2dd6e3d726592f2bd8db378298..7dc0e162276408f895d967a95201f6db893ac8c7 100644 (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)                        \
     };