From 61d457caae3e33efe8e0953f79c4a94e366b22d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 3 Aug 2003 17:14:39 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/m_templ.h | 1 + 1 file changed, 1 insertion(+) 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);} -- 2.47.2