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 b36f7f5aba03..3d6e568d5e0f 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 func,
+ void forEachChildNode( FuncT func,
int nodeStateMask ) const
{
VectorOfNodes::const_iterator iPos( maChildren.begin() );