X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..6b03a638a437316e47f02a896d3ad664d59c6ddb:/interface/wx/tokenzr.h?ds=sidebyside diff --git a/interface/wx/tokenzr.h b/interface/wx/tokenzr.h index f576de6b5e..ed88750a31 100644 --- a/interface/wx/tokenzr.h +++ b/interface/wx/tokenzr.h @@ -61,7 +61,6 @@ enum wxStringTokenizerMode /** @class wxStringTokenizer - @wxheader{tokenzr.h} wxStringTokenizer helps you to break a string up into a number of tokens. It replaces the standard C function @c strtok() and also extends it in a @@ -126,12 +125,12 @@ public: @since 2.7.0 */ - wxChar GetLastDelimiter(); + wxChar GetLastDelimiter() const; /** Returns the next token or empty string if the end of string was reached. */ - wxString GetNextToken() const; + wxString GetNextToken(); /** Returns the current position (i.e. one index after the last returned