From 749a05ee85ea5453f155454e4640ebf795233ad3 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Tue, 5 Apr 2005 15:55:05 +0000 Subject: [PATCH] [ 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 --- docs/latex/wx/app.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.50.0