char->wxChar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton 2005-02-06 00:27:38 +00:00
parent 3478658890
commit f5409ef1f7

View File

@ -540,7 +540,7 @@ Returns the empty string if {\it ch} is not found.
\membersection{wxString::c\_str}\label{wxstringcstr}
\constfunc{const char *}{c\_str}{\void}
\constfunc{const wxChar *}{c\_str}{\void}
Returns a pointer to the string data ({\tt const char*} in ANSI build,
{\tt const wchar\_t*} in Unicode build).
@ -694,7 +694,7 @@ Returns the character at position {\it n} (read-only).
\membersection{wxString::GetData}\label{wxstringgetdata}
\constfunc{const char*}{GetData}{\void}
\constfunc{const wxChar*}{GetData}{\void}
wxWidgets compatibility conversion. Returns a constant pointer to the data in the string.