summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-12 09:49:04 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-12 09:49:04 +0200
commitd884a2fd95cd535aef2640e6a592762b3c484ed2 (patch)
tree557a20f1199db108dc596bc97d5b31eb0e18472f /log.h
parent4a8d2270c087aef94fbd0b7d19df6dec05441edf (diff)
merged with miranda_ng main repo
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