X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31de2596578d7b44a2d311eea56635f6f8fb725c..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/mstream.h diff --git a/interface/wx/mstream.h b/interface/wx/mstream.h index 86dbd37758..0dc691e42a 100644 --- a/interface/wx/mstream.h +++ b/interface/wx/mstream.h @@ -3,7 +3,7 @@ // Purpose: interface of wxMemoryOutputStream, wxMemoryInputStream // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -117,7 +117,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,