summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/slideanimations.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/slideanimations.hxx')
-rw-r--r--slideshow/source/engine/slide/slideanimations.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slide/slideanimations.hxx b/slideshow/source/engine/slide/slideanimations.hxx
index 72877197f4f5..e4739027395a 100644
--- a/slideshow/source/engine/slide/slideanimations.hxx
+++ b/slideshow/source/engine/slide/slideanimations.hxx
@@ -103,7 +103,7 @@ namespace slideshow
void end();
private:
- SlideShowContext maContext;
+ SlideShowContext const maContext;
const basegfx::B2DVector maSlideSize;
AnimationNodeSharedPtr mpRootNode;
};