]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tokenizr.tex
Changed version to 2.5.1
[wxWidgets.git] / docs / latex / wx / tokenizr.tex
index c9e0c4473276ba72c24908523df87d2c37ac3896..209dedcfc510cf94706c0104b3f4448627968a89 100644 (file)
@@ -16,7 +16,7 @@ For example:
 
 \begin{verbatim}
 
-wxStringTokenizer tkz("first:second:third:fourth", ":");
+wxStringTokenizer tkz(wxT("first:second:third:fourth"), wxT(":"));
 while ( tkz.HasMoreTokens() )
 {
     wxString token = tkz.GetNextToken();