]> git.saurik.com Git - wxWidgets.git/commitdiff
typo char_t -> char
authorRobert Roebling <robert@roebling.de>
Sat, 1 Mar 2008 17:20:18 +0000 (17:20 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 1 Mar 2008 17:20:18 +0000 (17:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/mbconv.tex

index 554ccde92e57ed59aced05bd02cfc218273945ea..1b862f527cf1b402d776fd53be18ab79faa1e509 100644 (file)
@@ -231,7 +231,7 @@ return type (without const).
 
 \membersection{wxMBConv::FromWChar}\label{wxmbconvfromwchar}
 
-\constfunc{virtual size\_t}{FromWChar}{\param{char\_t *}{dst}, \param{size\_t }{dstLen}, \param{const wchar\_t *}{src}, \param{size\_t }{srcLen = wxNO\_LEN}}
+\constfunc{virtual size\_t}{FromWChar}{\param{char *}{dst}, \param{size\_t }{dstLen}, \param{const wchar\_t *}{src}, \param{size\_t }{srcLen = wxNO\_LEN}}
 
 This function has the same semantics as \helpref{ToWChar}{wxmbconvtowchar} 
 except that it converts a wide string to multibyte one.