summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index c74fe482..4876a9aa 100644
--- a/src/log.h
+++ b/src/log.h
@@ -53,7 +53,7 @@ class Logger
void error(const std::string &error_text);
private:
- std::ofstream logFile;
+ std::ofstream mLogFile;
};
extern Logger *logger;