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