diff options
| author | jhurst <jhurst@cinecert.com> | 2009-06-22 05:49:02 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-06-22 05:49:02 +0000 |
| commit | a84ec32cfc61397feeb577637744031cc64d862d (patch) | |
| tree | a64185ae139d51e1b76fab7e2e9c00f5ef25628d /src/KM_log.h | |
| parent | e34beed6313ea4add7539608ecb92082728778f1 (diff) | |
new log and fileio features
XMLElement parse bugfix (was ignoring well-formedness errors)
Diffstat (limited to 'src/KM_log.h')
| -rwxr-xr-x | src/KM_log.h | 1 |
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(); |
