diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-12 09:08:03 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-12 09:08:03 +0200 |
commit | 913374a19774643fb97455d0a294a26a93019557 (patch) | |
tree | 6e21de5833c82e7e77cd4b7430b4ede15d35fc22 /src/log.h | |
parent | 1d5d5d5ef65687785382346d483f88c75548d46b (diff) |
merged with miranda_ng main repo
Diffstat (limited to 'src/log.h')
-rwxr-xr-x | src/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ private: fstream log; TCHAR *path; boost::mutex log_mutex; + bool _bDebugLog; }; #endif |