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 655718f..62bbfb3 100644
--- a/args.hxx
+++ b/args.hxx
@@ -1761,7 +1761,7 @@ namespace args
{
parserCoroutine(coro.Parser());
}
- catch (args::SubparserError)
+ catch (args::SubparserError&)
{
}
#else