X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ffilelogger.h;h=af43a6d90ab7c58b2b7971a8e8a4153479d46da8;hb=dfb1e0da7823641ad648f9fbd19b43d2e6b0d7ad;hp=ce571c3aeb303ad7d9fee7f9697e70780a7c6430;hpb=c0aba5b728b0a921d95ec120aa638dab1520b42f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/filelogger.h b/include/filelogger.h index ce571c3ae..af43a6d90 100644 --- a/include/filelogger.h +++ b/include/filelogger.h @@ -33,5 +33,5 @@ class CoreExport FileLogStream : public LogStream virtual ~FileLogStream(); - virtual void OnLog(LogLevel loglevel, const std::string &type, const std::string &msg); + void OnLog(LogLevel loglevel, const std::string& type, const std::string& msg) CXX11_OVERRIDE; };