* Added a fix from Allen to wxStringTokenizer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-05-20 17:44:04 +00:00
parent 326f9654d2
commit dab58492b2
2 changed files with 16 additions and 0 deletions

View 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;