diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-27 08:52:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-27 09:38:38 +0200 |
commit | b9982b51f42b1e1ede3b8e95cb2b6f724520e32f (patch) | |
tree | 8d4b1345b973bc9e425c7f721e160d1d7ad13dcd /slideshow/source/inc | |
parent | 4469b29faeb8dbf7793a5d81d9c5ddebacf3015f (diff) |
loplugin:constparams in slideshow
Change-Id: Ifa9fda35020d456338781879df9fba4c0ee535fd
Reviewed-on: https://gerrit.libreoffice.org/40469
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r-- | slideshow/source/inc/animationnodefactory.hxx | 2 |
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) |