summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/animatedprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/animatedprimitive2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
index 6241671f0607..89782b62c864 100644
--- a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
@@ -82,7 +82,7 @@ namespace drawinglayer
bool bIsTextAnimation);
/// destructor - needed due to mpAnimationEntry
- virtual ~AnimatedSwitchPrimitive2D();
+ virtual ~AnimatedSwitchPrimitive2D() override;
/// data read access
const animation::AnimationEntry& getAnimationEntry() const { return *mpAnimationEntry; }