From: Chris Elliott Date: Mon, 28 Apr 2003 15:09:59 +0000 (+0000) Subject: fix wxChar error in docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a55c2ee2a4ccc587cd14caeec0f48088d5984e0 fix wxChar error in docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index 42e6044b13..063ab26142 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -641,7 +641,7 @@ Returns a reference to the character at position {\it n}. \membersection{wxString::GetWriteBuf}\label{wxstringgetwritebuf} -\func{char*}{GetWriteBuf}{\param{size\_t}{ len}} +\func{wxChar*}{GetWriteBuf}{\param{size\_t}{ len}} Returns a writable buffer of at least {\it len} bytes.