summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/animationnodefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/animationnodefactory.hxx')
-rw-r--r--slideshow/source/inc/animationnodefactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/animationnodefactory.hxx b/slideshow/source/inc/animationnodefactory.hxx
index d7c9162824f4..f23428449255 100644
--- a/slideshow/source/inc/animationnodefactory.hxx
+++ b/slideshow/source/inc/animationnodefactory.hxx
@@ -50,7 +50,7 @@ namespace slideshow
#if defined(DBG_UTIL)
- void showTree( AnimationNodeSharedPtr& pRootNode );
+ void showTree( AnimationNodeSharedPtr const & pRootNode );
# define SHOW_NODE_TREE(a) AnimationNodeFactory::showTree(a)
#else
# define SHOW_NODE_TREE(a)