summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/motionpathtag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/motionpathtag.hxx')
-rw-r--r--sd/source/ui/animations/motionpathtag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/motionpathtag.hxx b/sd/source/ui/animations/motionpathtag.hxx
index 0803417434ac..bfd035d034c3 100644
--- a/sd/source/ui/animations/motionpathtag.hxx
+++ b/sd/source/ui/animations/motionpathtag.hxx
@@ -39,7 +39,7 @@ class MotionPathTag : public SmartTag, public IPolyPolygonEditorController, publ
{
public:
MotionPathTag( CustomAnimationPane& rPane, ::sd::View& rView, const CustomAnimationEffectPtr& pEffect );
- virtual ~MotionPathTag();
+ virtual ~MotionPathTag() override;
SdrPathObj* getPathObj() const { return mpPathObj; }