summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-12 09:08:03 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-12 09:08:03 +0200
commit913374a19774643fb97455d0a294a26a93019557 (patch)
tree6e21de5833c82e7e77cd4b7430b4ede15d35fc22 /src/log.h
parent1d5d5d5ef65687785382346d483f88c75548d46b (diff)
merged with miranda_ng main repo
Diffstat (limited to 'src/log.h')
-rwxr-xr-xsrc/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index ed19509..9d1dcb3 100755
--- a/src/log.h
+++ b/src/log.h
@@ -30,6 +30,7 @@ private:
fstream log;
TCHAR *path;
boost::mutex log_mutex;
+ bool _bDebugLog;
};
#endif