]> git.saurik.com Git - wxWidgets.git/commitdiff
char->wxChar
authorRyan Norton <wxprojects@comcast.net>
Sun, 6 Feb 2005 00:27:38 +0000 (00:27 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sun, 6 Feb 2005 00:27:38 +0000 (00:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wxstring.tex

index 4d7fa2a23ac33b9e6bdd2d340762e683078b44fb..316977b6d93e322a432a896b7ea4fb79766b1140 100644 (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.