summaryrefslogtreecommitdiff
path: root/src/argparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/argparser.cc')
-rw-r--r--src/argparser.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/argparser.cc b/src/argparser.cc
index d8e45ae..2d49c5f 100644
--- a/src/argparser.cc
+++ b/src/argparser.cc
@@ -224,7 +224,10 @@ void CommandLineArgs::addRequired(const string &arg, const string &desc, bool bo
registerArg(arg, desc, boolean, false);
}
-void CommandLineArgs::registerArg(const string &arg, const string &desc, bool boolean, bool optional)
+void CommandLineArgs::registerArg(const string &arg,
+ const string &desc,
+ bool boolean,
+ bool optional)
{
string name = arg;