summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slideshow/source/engine/smilfunctionparser.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/slideshow/source/engine/smilfunctionparser.cxx b/slideshow/source/engine/smilfunctionparser.cxx
index 3cc64da68f8f..2dd955ff4a18 100644
--- a/slideshow/source/engine/smilfunctionparser.cxx
+++ b/slideshow/source/engine/smilfunctionparser.cxx
@@ -626,6 +626,8 @@ namespace slideshow
}
}
+#if defined(BOOST_SP_ENABLE_DEBUG_HOOKS)
+
// debug hooks
namespace boost
@@ -641,4 +643,6 @@ void sp_scalar_destructor_hook(void *)
}
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */