diff options
Diffstat (limited to 'src/configparser.cpp')
| -rw-r--r-- | src/configparser.cpp | 2 |
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) |
