aboutsummaryrefslogtreecommitdiff
path: root/src/configparser.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-10-22 20:45:22 +0100
committerGravatar Sadie Powell2022-10-23 14:51:33 +0100
commit859088dac5b937208c7aff7fd3976bbc63329281 (patch)
tree79b297813d7f2cb13e6967486340912ad72d0477 /src/configparser.cpp
parentAvoid spamming opers with notices when a SQL log provider is down. (diff)
More const correctness.
Diffstat (limited to 'src/configparser.cpp')
-rw-r--r--src/configparser.cpp2
1 files changed, 1 insertions, 1 deletions
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)