aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--args.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.hxx b/args.hxx
index eee8b14..b0f1182 100644
--- a/args.hxx
+++ b/args.hxx
@@ -2614,7 +2614,7 @@ namespace args
return ParseArgs(args) == std::end(args);
}
- bool ParseCLI(const std::vector<std::string> args)
+ bool ParseCLI(const std::vector<std::string> &args)
{
return ParseArgs(args) == std::end(args);
}