projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
main() is now always in the program.
[wxWidgets.git]
/
docs
/
latex
/
wx
/
tokenizr.tex
diff --git
a/docs/latex/wx/tokenizr.tex
b/docs/latex/wx/tokenizr.tex
index c9e0c4473276ba72c24908523df87d2c37ac3896..209dedcfc510cf94706c0104b3f4448627968a89 100644
(file)
--- a/
docs/latex/wx/tokenizr.tex
+++ b/
docs/latex/wx/tokenizr.tex
@@
-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();