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