From: Ryan Norton Date: Tue, 5 Apr 2005 15:55:05 +0000 (+0000) Subject: [ 1176516 ] argv datatype has changed (char in docs but really wxChar) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/749a05ee85ea5453f155454e4640ebf795233ad3 [ 1176516 ] argv datatype has changed (char in docs but really wxChar) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 1107b98059..6aa9ecd22b 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -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).