correct a typo in a comment in the example (see #10637)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
592954dd8b
commit
e4eef50be7
@ -69,7 +69,7 @@ public:
|
||||
wxStdInputStream in(file);
|
||||
std::vector<std::string> words;
|
||||
|
||||
// read words from stdin
|
||||
// read words from words.txt
|
||||
std::copy(std::istream_iterator<std::string>(in),
|
||||
std::istream_iterator<std::string>(),
|
||||
std::back_inserter(words));
|
||||
|
Loading…
Reference in New Issue
Block a user