projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdbd123
)
changed wxCmdLineEntryDesc::short/longName fields type to char* from wxChar* (non...
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 7 Sep 2007 19:32:16 +0000
(19:32 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 7 Sep 2007 19:32:16 +0000
(19:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48601
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
docs/latex/wx/cmdlpars.tex
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/cmdlpars.tex
b/docs/latex/wx/cmdlpars.tex
index c0b90dde6f548606774a0312e7024f605ac7edc2..46119ef6d129523baf414c8485e24a285bf6e9a1 100644
(file)
--- a/
docs/latex/wx/cmdlpars.tex
+++ b/
docs/latex/wx/cmdlpars.tex
@@
-69,9
+69,9
@@
this structure:
struct wxCmdLineEntryDesc
{
wxCmdLineEntryType kind;
- const
wxC
har *shortName;
- const
wxC
har *longName;
-
const wxChar *
description;
+ const
c
har *shortName;
+ const
c
har *longName;
+
wxString
description;
wxCmdLineParamType type;
int flags;
};