fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) and improved its documentation (patch 1273774 by Paul Cornett)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-28 15:44:15 +00:00
parent 44bf7fe3d0
commit c15b71ae08
3 changed files with 4 additions and 3 deletions

View File

@@ -95,8 +95,8 @@ It returns the size of the data read. If the returned size is different of the s
\func{size\_t}{Read}{\param{wxStreamBuffer *}{buffer}}
Reads a {\it buffer}. The function returns when {\it buffer} is full or when there isn't
data anymore in the current buffer.
Copies data to {\it buffer}. The function returns when {\it buffer} is full or when there isn't
any more data in the current buffer.
\wxheading{See also}