]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stdstream.h
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / interface / wx / stdstream.h
index d7fec8f0b6b3313d4a847b418ab2abedacae7dea..a010a4baca52d8d4bb97627edb36905c8f0f1acc 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     interface of wxStdInputStream, wxStdInputStreamBuffer,
 //              wxStdOutputStream, wxStdOutputStreamBuffer
 // Author:      Jonathan Liu <net147@gmail.com>
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Jonathan Liu
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -69,7 +68,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));