]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/m_templ.h
Late note about deprecated wxDbTable constructor.
[wxWidgets.git] / 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)                        \
     };