diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-12 09:49:04 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-12 09:49:04 +0200 |
commit | d884a2fd95cd535aef2640e6a592762b3c484ed2 (patch) | |
tree | 557a20f1199db108dc596bc97d5b31eb0e18472f /log.h | |
parent | 4a8d2270c087aef94fbd0b7d19df6dec05441edf (diff) |
merged with miranda_ng main repo
Diffstat (limited to 'log.h')
-rwxr-xr-x | 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 |