X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31de2596578d7b44a2d311eea56635f6f8fb725c..f54c646fb0561e54bca0ee2c17847bb9e7123304:/interface/wx/mstream.h diff --git a/interface/wx/mstream.h b/interface/wx/mstream.h index 86dbd37758..be70e4faf9 100644 --- a/interface/wx/mstream.h +++ b/interface/wx/mstream.h @@ -2,8 +2,7 @@ // Name: mstream.h // Purpose: interface of wxMemoryOutputStream, wxMemoryInputStream // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -117,7 +116,7 @@ public: data from the given input stream @a stream. The @a len argument specifies the amount of data to read from the - @a stream. Setting it to @e wxInvalidOffset means that the @a stream + @a stream. Setting it to ::wxInvalidOffset means that the @a stream is to be read entirely (i.e. till the EOF is reached). */ wxMemoryInputStream(wxInputStream& stream,