X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/588066b7a39629e44bb39f1ab436b80f38c13f33..af44de02aea93529c5a42199d96feb9de8fa5a21:/docs/latex/wx/strmbase.tex?ds=sidebyside diff --git a/docs/latex/wx/strmbase.tex b/docs/latex/wx/strmbase.tex index 1e7f6d824e..4fe1264b2b 100644 --- a/docs/latex/wx/strmbase.tex +++ b/docs/latex/wx/strmbase.tex @@ -72,7 +72,7 @@ This function returns the last error. \constfunc{size\_t}{GetSize}{\void} -\deprecated{\helpref{GetLength}{wxstreambasegetlength}} +\helpref{GetLength}{wxstreambasegetlength} This function returns the size of the stream. For example, for a file it is the size of the file. @@ -85,7 +85,7 @@ In that cases, GetSize returns $0$ so you should always test its return value. \membersection{wxStreamBase::IsOk}\label{wxstreambaseisok} -\constfunc{wxStreamError}{IsOk}{\void} +\constfunc{bool}{IsOk}{\void} Returns true if no error occurred on the stream.