From: Václav Slavík Date: Sun, 3 Aug 2003 17:14:39 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/61d457caae3e33efe8e0953f79c4a94e366b22d7?hp=15e8daecf594d38a57bc750f58de0ea33b79f4ee compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/m_templ.h b/include/wx/html/m_templ.h index b50c31b1a1..fb272c61dc 100644 --- a/include/wx/html/m_templ.h +++ b/include/wx/html/m_templ.h @@ -32,6 +32,7 @@ I STRONGLY recommend reading and understanding these macros!! class HTML_Handler_##name : public wxHtmlWinTagHandler \ { \ public: \ + HTML_Handler_##name() : wxHtmlWinTagHandler() {} \ wxString GetSupportedTags() {return wxT(tags);}