summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/activities/activitybase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/activities/activitybase.hxx')
-rw-r--r--slideshow/source/engine/activities/activitybase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/activities/activitybase.hxx b/slideshow/source/engine/activities/activitybase.hxx
index 8fdc6be71601..fdf492aca9ef 100644
--- a/slideshow/source/engine/activities/activitybase.hxx
+++ b/slideshow/source/engine/activities/activitybase.hxx
@@ -126,7 +126,7 @@ private:
AnimatableShapeSharedPtr mpShape; // only to pass on to animation
ShapeAttributeLayerSharedPtr mpAttributeLayer; // only to pass on to anim
- ::o3tl::optional<double> const maRepeats;
+ ::std::optional<double> const maRepeats;
const double mnAccelerationFraction;
const double mnDecelerationFraction;