diff options
-rw-r--r-- | include/filelogger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filelogger.h b/include/filelogger.h index 1aeeb7750..77ca6f886 100644 --- a/include/filelogger.h +++ b/include/filelogger.h @@ -46,7 +46,7 @@ class CoreExport FileLogger : public EventHandler protected: /** The creator/owner of this object */ - InspIRCd* ServerInstance; + InspIRCd* ServerInstance; /** The log file (fd is inside this somewhere, * we get it out with fileno()) */ |