diff --git a/src/Log.h b/src/Log.h index 65615e0fcd..e226d3bf53 100644 --- a/src/Log.h +++ b/src/Log.h @@ -30,7 +30,7 @@ protected: public: Log(LogSeverity s) : mSeverity(s) - { ; } + { ; } ~Log();