]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmlpars.h
fix problem with using wxEVT_SPIN in event tables after new events patch
[wxWidgets.git] / interface / wx / html / htmlpars.h
index 20ff8e07d498015ac788b28e3fa96678d4912f7c..82dfb28c4933c51dfb698201ded474b8d7fedc61 100644 (file)
@@ -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.