Added convenient wxCmdLineParser::AddLong{Option,Switch}() wrappers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Nov 2011 13:18:58 +0000 (13:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Nov 2011 13:18:58 +0000 (13:18 +0000)
commit5f4994df03d1c38b6674d410d500d99cdf201531
tree3462922e262a8543f9c7fe3195c302bf1a2cde5d
parent6e043ba9468b679e579699bc6d26cd84441850da
Added convenient wxCmdLineParser::AddLong{Option,Switch}() wrappers.

The new functions simply call Add{Option,Switch}() with an empty first
argument but using them makes the code more readable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/cmdline.h
interface/wx/cmdline.h