From: Robin Dunn Date: Wed, 24 Apr 2013 02:40:11 +0000 (+0000) Subject: Add ctor for wxHtmlWinTagHandler X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c0d87687f3d54f8c23f49c148218761c7e8ba698 Add ctor for wxHtmlWinTagHandler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.