diff --git a/lib/errorlogger.h b/lib/errorlogger.h index 8cf5ae542..d9cb035fe 100644 --- a/lib/errorlogger.h +++ b/lib/errorlogger.h @@ -287,8 +287,8 @@ public: * @param msg Location and other information about the found error. */ virtual void reportInfo(const ErrorLogger::ErrorMessage &msg) { - reportErr(msg); - } + reportErr(msg); + } /** * Report list of unmatched suppressions