]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tokenzr.h
fixed visibility warning on Fedora
[wxWidgets.git] / include / wx / tokenzr.h
index a26d62b186637ef9610223c81263002a966ecdb5..d47d52c324fdfd144dce6805a0dbc61033ed6286 100644 (file)
@@ -72,7 +72,7 @@ public:
     // get current tokenizer state
         // returns the part of the string which remains to tokenize (*not* the
         // initial string)
-    wxString GetString() const { return m_string; }
+    wxString GetString() const { return m_string.substr(m_pos); }
 
         // returns the current position (i.e. one index after the last
         // returned token or 0 if GetNextToken() has never been called) in the