summaryrefslogtreecommitdiff
path: root/src/KM_log.cpp
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-01-15 07:20:07 +0000
committermsheby <>2008-01-15 07:20:07 +0000
commit615e76314bbdcd77ef13e8248c8f1903c3430895 (patch)
tree8b5e648dce6eb4ad9bc658b115d17356e836667e /src/KM_log.cpp
parent3230100038025a37752a4d355c14368cc4519939 (diff)
Rename local variable "PIC" to "pic" so to avoid namespace
clash with gcc preprocessor PIC definition.
Diffstat (limited to 'src/KM_log.cpp')
-rwxr-xr-xsrc/KM_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_log.cpp b/src/KM_log.cpp
index b2e9bde..7ae3242 100755
--- a/src/KM_log.cpp
+++ b/src/KM_log.cpp
@@ -148,7 +148,7 @@ Kumu::StreamLogSink::WriteEntry(const LogEntry& Entry)
bool
Kumu::LogEntry::TestFilter(i32_t filter) const
{
- switch ( Type )
+ switch ( Type )
{
case LOG_CRIT:
if ( (filter & LOG_ALLOW_CRIT) == 0 )