summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/basecontainernode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/basecontainernode.hxx')
-rw-r--r--slideshow/source/engine/animationnodes/basecontainernode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/basecontainernode.hxx b/slideshow/source/engine/animationnodes/basecontainernode.hxx
index 06e67a1a39eb..cc65be6fdb85 100644
--- a/slideshow/source/engine/animationnodes/basecontainernode.hxx
+++ b/slideshow/source/engine/animationnodes/basecontainernode.hxx
@@ -69,7 +69,7 @@ protected:
void repeat();
template <typename FuncT>
- inline void forEachChildNode( FuncT const& func,
+ inline void forEachChildNode( FuncT func,
int nodeStateMask = -1 ) const
{
VectorOfNodes::const_iterator iPos( maChildren.begin() );