]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mstream.h
Document wxBK_HITTEST_XXX values.
[wxWidgets.git] / interface / wx / mstream.h
index 86dbd3775880d7516c465dea72e759d0dc0d0744..0dc691e42a5e37326e32a38b4634c77c1973ceaf 100644 (file)
@@ -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,