X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbd94b75015561fe527069c138ce43c44797fe35..17bcb99892b5b424cc6888b1eecd34f5c37a16b4:/docs/latex/wx/stream.tex diff --git a/docs/latex/wx/stream.tex b/docs/latex/wx/stream.tex index c48821a94f..a0bd5a64d1 100644 --- a/docs/latex/wx/stream.tex +++ b/docs/latex/wx/stream.tex @@ -226,19 +226,19 @@ The created IO buffer is growable by the object. \membersection{wxStreamBuffer::GetBufferStart}\label{wxstreambuffergetbufferstart} -\constfunc{char *}{GetBufferStart}{\void} +\constfunc{void *}{GetBufferStart}{\void} Returns a pointer on the start of the stream buffer. \membersection{wxStreamBuffer::GetBufferEnd}\label{wxstreambuffergetbufferend} -\constfunc{char *}{GetBufferEnd}{\void} +\constfunc{void *}{GetBufferEnd}{\void} Returns a pointer on the end of the stream buffer. \membersection{wxStreamBuffer::GetBufferPos}\label{wxstreambuffergetbufferpos} -\constfunc{char *}{GetBufferPos}{\void} +\constfunc{void *}{GetBufferPos}{\void} Returns a pointer on the current position of the stream buffer.