diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-10 13:11:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-10 13:12:11 +0100 |
commit | 5c8c911f129fd63450116ab95907f789301fce43 (patch) | |
tree | 90e48be8b1bb01b1a2801541f637c7287747b7aa /slideshow/source | |
parent | ee0f84f18071bc6cb8381e590c28dad9a0122625 (diff) |
fix build
Diffstat (limited to 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/smilfunctionparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/smilfunctionparser.cxx b/slideshow/source/engine/smilfunctionparser.cxx index c7f64cfb1a1a..c1b630eabb41 100644 --- a/slideshow/source/engine/smilfunctionparser.cxx +++ b/slideshow/source/engine/smilfunctionparser.cxx @@ -53,7 +53,7 @@ #endif #include <boost/spirit/include/classic_core.hpp> -#if OSL_DEBUG_LEVEL >= 2 +#if OSL_DEBUG_LEVEL > 0 #include <iostream> #endif #include <functional> |