From 859088dac5b937208c7aff7fd3976bbc63329281 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 22 Oct 2022 20:45:22 +0100 Subject: More const correctness. --- src/configparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configparser.cpp') diff --git a/src/configparser.cpp b/src/configparser.cpp index 8afc20856..cbbfdc755 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -316,7 +316,7 @@ struct Parser final } } } - catch (CoreException& err) + catch (const CoreException& err) { stack.errstr << err.GetReason() << " at " << current.str(); if (tag) -- cgit v1.3.1-10-gc9f91