summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/log.h b/log.h
index ded4b84..90cc769 100644
--- a/log.h
+++ b/log.h
@@ -29,6 +29,7 @@ public:
private:
fstream log;
TCHAR *path;
+ boost::mutex log_mutex;
};
#endif \ No newline at end of file