]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmbase.tex
Change copyright
[wxWidgets.git] / docs / latex / wx / strmbase.tex
index 1e7f6d824e0d9d0b607ec9aa99bab9708a556567..4fe1264b2b412726e24908d6e6e32f856d535b02 100644 (file)
@@ -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.