diff options
| author | msheby <msheby@cinecert.com> | 2008-01-15 07:20:07 +0000 |
|---|---|---|
| committer | msheby <> | 2008-01-15 07:20:07 +0000 |
| commit | 615e76314bbdcd77ef13e8248c8f1903c3430895 (patch) | |
| tree | 8b5e648dce6eb4ad9bc658b115d17356e836667e /src/KM_log.cpp | |
| parent | 3230100038025a37752a4d355c14368cc4519939 (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-x | src/KM_log.cpp | 2 |
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 ) |
