summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSpritePane.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 15:37:46 +0200
committerNoel Grandin <noel@peralex.com>2016-04-14 09:21:40 +0200
commitcc2f103744fc5e36a2e583442e41bc6b9d0d0b90 (patch)
tree447b110388cc02aa2b112375d92a92822a3b805a /sdext/source/presenter/PresenterSpritePane.hxx
parentbaf34a9e44fbd39c3657cabd22d871bc804ab12d (diff)
loplugin:passstuffbyref in sdext
Change-Id: I954510b953dab133bcf7b37cf598757b7d8e5fca
Diffstat (limited to 'sdext/source/presenter/PresenterSpritePane.hxx')
-rw-r--r--sdext/source/presenter/PresenterSpritePane.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterSpritePane.hxx b/sdext/source/presenter/PresenterSpritePane.hxx
index a4b79bd88e02..f2a110d7e23a 100644
--- a/sdext/source/presenter/PresenterSpritePane.hxx
+++ b/sdext/source/presenter/PresenterSpritePane.hxx
@@ -57,7 +57,7 @@ public:
using PresenterPaneBase::disposing;
- std::shared_ptr<PresenterSprite> GetSprite();
+ const std::shared_ptr<PresenterSprite>& GetSprite();
// XPane