]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlpars.h
Define wxUSE_NOTEBOOK for Mac. Required ny sizer.
[wxWidgets.git] / include / wx / html / htmlpars.h
index e234456d4392a1ead88e2c76798a1b993a205cb7..77e091e5a3b8071e76869f7c8255a47439d46e52 100644 (file)
@@ -174,7 +174,7 @@ class WXDLLEXPORT wxHtmlTagHandler : public wxObject
                 //                  FALSE etherwise
 
     protected:
-        void ParseInner(const wxHtmlTag& tag) {m_Parser -> DoParsing(tag.GetBeginPos(), tag.GetEndPos1());}
+        void ParseInner(const wxHtmlTag& tag) {m_Parser->DoParsing(tag.GetBeginPos(), tag.GetEndPos1());}
                 // parses input between beginning and ending tag.
                 // m_Parser must be set.
 };