X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d3ecbbcc7e1602c0df4a3431e5a537b0ebb1e35..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/stdstream.h?ds=sidebyside diff --git a/interface/wx/stdstream.h b/interface/wx/stdstream.h index d7fec8f0b6..a010a4baca 100644 --- a/interface/wx/stdstream.h +++ b/interface/wx/stdstream.h @@ -3,7 +3,6 @@ // Purpose: interface of wxStdInputStream, wxStdInputStreamBuffer, // wxStdOutputStream, wxStdOutputStreamBuffer // Author: Jonathan Liu -// RCS-ID: $Id$ // Copyright: (c) 2009 Jonathan Liu // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -69,7 +68,7 @@ public: wxStdInputStream in(file); std::vector words; - // read words from stdin + // read words from words.txt std::copy(std::istream_iterator(in), std::istream_iterator(), std::back_inserter(words));