]> git.saurik.com Git - wxWidgets.git/commitdiff
[ 1176516 ] argv datatype has changed (char in docs but really wxChar)
authorRyan Norton <wxprojects@comcast.net>
Tue, 5 Apr 2005 15:55:05 +0000 (15:55 +0000)
committerRyan Norton <wxprojects@comcast.net>
Tue, 5 Apr 2005 15:55:05 +0000 (15:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/app.tex

index 1107b980592118bd640aa2dc31e7f5fdf11e6e29..6aa9ecd22bade82a7f8e04ba5163491d29f373f5 100644 (file)
@@ -57,7 +57,7 @@ Number of command line arguments (after environment-specific processing).
 
 \membersection{wxApp::argv}\label{wxappargv}
 
-\member{char **}{argv}
+\member{wxChar **}{argv}
 
 Command line arguments (after environment-specific processing).