]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmlpars.h
Remove the ctor and Init methods that are not available on all ports
[wxWidgets.git] / interface / wx / html / htmlpars.h
index 20ff8e07d498015ac788b28e3fa96678d4912f7c..28e7bc690f4f740f6a302b738e9012553873d914 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxHtmlTagHandler
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -139,7 +139,7 @@ public:
     /**
         Parses the m_Source from @a begin_pos to @a end_pos - 1.
     */
-    void DoParsing(int begin_pos, int end_pos);
+    void DoParsing(const const_iterator& begin_pos, const const_iterator& end_pos);
 
     /**
         Parses the whole m_Source.