diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ class Logger void error(const std::string &error_text); private: - std::ofstream logFile; + std::ofstream mLogFile; }; extern Logger *logger; |