X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Filogger.h;h=b03499deb7d5c92a3bb0d7e7c5e9bda038ed1dc8;hb=c7fcb4c4bc5012a584add81a9509fc1f84c3c688;hp=797c02421299b99fe1bf22f2a221bd20d2454b18;hpb=d8f51eac91f86a1e00a05a5058a8fa9eb8732464;p=fms.git diff --git a/include/ilogger.h b/include/ilogger.h index 797c024..b03499d 100644 --- a/include/ilogger.h +++ b/include/ilogger.h @@ -9,7 +9,7 @@ class ILogger { public: - ILogger():m_log(LogFile::instance()) {} + ILogger():m_log(LogFile::Instance()) {} protected: LogFile *m_log;