X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ffilelogger.h;h=af43a6d90ab7c58b2b7971a8e8a4153479d46da8;hb=8f5952d1e56c9dbefebbacfc7e40546a9df901e8;hp=ce571c3aeb303ad7d9fee7f9697e70780a7c6430;hpb=b36ce84c7da93f680fc397bcb4c877abe063eaaa;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; };