]> git.saurik.com Git - wxWidgets.git/commitdiff
Add ctor for wxHtmlWinTagHandler
authorRobin Dunn <robin@alldunn.com>
Wed, 24 Apr 2013 02:40:11 +0000 (02:40 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 24 Apr 2013 02:40:11 +0000 (02:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/html/winpars.h

index 01ef3585bc645126ad3b62ff36776dd5c37c17c7..89ecf8d402906f99a87453d9012814438befa635 100644 (file)
@@ -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.