summaryrefslogtreecommitdiff
path: root/src/KM_log.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2009-06-22 05:49:02 +0000
committerjhurst <>2009-06-22 05:49:02 +0000
commita84ec32cfc61397feeb577637744031cc64d862d (patch)
treea64185ae139d51e1b76fab7e2e9c00f5ef25628d /src/KM_log.h
parente34beed6313ea4add7539608ecb92082728778f1 (diff)
new log and fileio features
XMLElement parse bugfix (was ignoring well-formedness errors)
Diffstat (limited to 'src/KM_log.h')
-rwxr-xr-xsrc/KM_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KM_log.h b/src/KM_log.h
index ac56843..0989706 100755
--- a/src/KM_log.h
+++ b/src/KM_log.h
@@ -296,6 +296,7 @@ namespace Kumu
// write messages to the syslog facility
class SyslogLogSink : public ILogSink
{
+ Mutex m_Lock;
KM_NO_COPY_CONSTRUCT(SyslogLogSink);
SyslogLogSink();