summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rwxr-xr-xlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/log.h b/log.h
index ed19509..9d1dcb3 100755
--- a/log.h
+++ b/log.h
@@ -30,6 +30,7 @@ private:
fstream log;
TCHAR *path;
boost::mutex log_mutex;
+ bool _bDebugLog;
};
#endif