]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tokenzr.h
Rewrote wxNotebook, incl. PAGE_CHANGING event
[wxWidgets.git] / include / wx / tokenzr.h
index 764b4c80919e854b4bd252b376eb51946009fc9f..8012854ac627290b23838fa6a38f4b849c12f58a 100644 (file)
@@ -47,6 +47,8 @@ public:
 
 protected:
   off_t FindDelims(const wxString& str, const wxString& delims);
+  void EatLeadingDelims(); // AVS - added to fix leading whitespace /
+                           // mult. delims bugs
 protected:
   wxString m_string, m_delims;
   bool m_retdelims;