diff --git a/lib/config.cpp b/lib/config.cpp index efe51d32..660150e6 100644 --- a/lib/config.cpp +++ b/lib/config.cpp @@ -25,7 +25,7 @@ class ConfigParseException : public std::exception { SCHEMA }; ConfigParseException(ParseErrorType err_t, const std::string& entry, const std::string& what = "") : - err_t(err_t), entry(entry), what(what) {}; + err_t(err_t), entry(entry), what(what){}; const ParseErrorType err_t; const std::string entry;