X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61d457caae3e33efe8e0953f79c4a94e366b22d7..b4e0b521e0878a495c570af3d68b40c82b4a92b3:/include/wx/html/m_templ.h 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) \ };