From c0d87687f3d54f8c23f49c148218761c7e8ba698 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 24 Apr 2013 02:40:11 +0000 Subject: [PATCH] Add ctor for wxHtmlWinTagHandler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/html/winpars.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/interface/wx/html/winpars.h b/interface/wx/html/winpars.h index 01ef3585bc..89ecf8d402 100644 --- a/interface/wx/html/winpars.h +++ b/interface/wx/html/winpars.h @@ -51,6 +51,11 @@ public: class wxHtmlWinTagHandler : public wxHtmlTagHandler { public: + /** + Constructor. + */ + wxHtmlWinTagHandler(); + /** Assigns @a parser to this handler. Each @b instance of handler is guaranteed to be called only from the one parser. -- 2.47.2