From 615e76314bbdcd77ef13e8248c8f1903c3430895 Mon Sep 17 00:00:00 2001 From: msheby Date: Tue, 15 Jan 2008 07:20:07 +0000 Subject: Rename local variable "PIC" to "pic" so to avoid namespace clash with gcc preprocessor PIC definition. --- src/KM_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/KM_log.cpp') 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 ) -- cgit v1.2.3