projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Document surprising behaviour of wxDatePickerCtrl::GetRange() in wxMSW.
[wxWidgets.git]
/
interface
/
wx
/
stdstream.h
diff --git
a/interface/wx/stdstream.h
b/interface/wx/stdstream.h
index d7fec8f0b6b3313d4a847b418ab2abedacae7dea..a4692c581b534183a25428ef998b8ee4c333ec1e 100644
(file)
--- a/
interface/wx/stdstream.h
+++ b/
interface/wx/stdstream.h
@@
-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));