]> git.saurik.com Git - wxWidgets.git/commitdiff
replaced (references to) LastError() with GetLastError() (bug 878525)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Jan 2004 12:53:04 +0000 (12:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Jan 2004 12:53:04 +0000 (12:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/stream.tex
docs/latex/wx/strmbase.tex

index bdf3d7416bd737d45ac034a24c732bbc8d8795ac..d82bbf9b915cb24b575596528d98d7599ad300eb 100644 (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 size}, an error has occurred and should be tested using 
-\helpref{LastError}{wxstreambaselasterror}.
+\helpref{GetLastError}{wxstreambasegetlasterror}.
 
 \func{size\_t}{Read}{\param{wxStreamBuffer *}{buffer}}
 
index 857394939e2f46e78ca1d2564b1b9df6fecfc411..4daa4ceb090b596eb02be80bb1829d1853fee502 100644 (file)
@@ -47,11 +47,11 @@ Returns true if no error occurred on the stream.
 
 \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.