summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/motionpathtag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/motionpathtag.cxx')
-rw-r--r--sd/source/ui/animations/motionpathtag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/motionpathtag.cxx b/sd/source/ui/animations/motionpathtag.cxx
index eab900d2f5e9..cf4dca489ae8 100644
--- a/sd/source/ui/animations/motionpathtag.cxx
+++ b/sd/source/ui/animations/motionpathtag.cxx
@@ -206,7 +206,7 @@ public:
maPathPolyPolygon(rPathPolyPolygon)
{}
- PathDragObjOwn(SdrDragView& rNewView)
+ explicit PathDragObjOwn(SdrDragView& rNewView)
: SdrDragObjOwn(rNewView),
maPathPolyPolygon()
{}