summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/activities
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/activities')
-rw-r--r--slideshow/source/engine/activities/activitybase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/activities/activitybase.hxx b/slideshow/source/engine/activities/activitybase.hxx
index 50de04542a98..5db55d22485c 100644
--- a/slideshow/source/engine/activities/activitybase.hxx
+++ b/slideshow/source/engine/activities/activitybase.hxx
@@ -106,9 +106,9 @@ protected:
EventQueue& getEventQueue() const { return mrEventQueue; }
- AnimatableShapeSharedPtr getShape() const { return mpShape; }
+ const AnimatableShapeSharedPtr& getShape() const { return mpShape; }
- ShapeAttributeLayerSharedPtr getShapeAttributeLayer() const
+ const ShapeAttributeLayerSharedPtr& getShapeAttributeLayer() const
{ return mpAttributeLayer; }
bool isRepeatCountValid() const { return bool(maRepeats); }