replaced (references to) LastError() with GetLastError() (bug 878525)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-01-22 12:53:04 +00:00
parent 211436b6f4
commit b919fd4778
2 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ accordingly until all requested data is read.
It returns the size of the data read. If the returned size is different of the specified It returns the size of the data read. If the returned size is different of the specified
{\it size}, an error has occurred and should be tested using {\it size}, an error has occurred and should be tested using
\helpref{LastError}{wxstreambaselasterror}. \helpref{GetLastError}{wxstreambasegetlasterror}.
\func{size\_t}{Read}{\param{wxStreamBuffer *}{buffer}} \func{size\_t}{Read}{\param{wxStreamBuffer *}{buffer}}

View File

@@ -47,11 +47,11 @@ Returns true if no error occurred on the stream.
\wxheading{See also} \wxheading{See also}
\helpref{LastError}{wxstreambaselasterror} \helpref{GetLastError}{wxstreambasegetlasterror}
\membersection{wxStreamBase::LastError}\label{wxstreambaselasterror} \membersection{wxStreamBase::GetLastError}\label{wxstreambasegetlasterror}
\constfunc{wxStreamError}{LastError}{\void} \constfunc{wxStreamError}{GetLastError}{\void}
This function returns the last error. This function returns the last error.