summaryrefslogtreecommitdiff
path: root/include/svx/sdr/animation/scheduler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/animation/scheduler.hxx')
-rw-r--r--include/svx/sdr/animation/scheduler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/animation/scheduler.hxx b/include/svx/sdr/animation/scheduler.hxx
index 243d252a8c24..06477558f92f 100644
--- a/include/svx/sdr/animation/scheduler.hxx
+++ b/include/svx/sdr/animation/scheduler.hxx
@@ -113,7 +113,7 @@ namespace sdr
public:
// constructor/destructor
SAL_DLLPRIVATE Scheduler();
- virtual ~Scheduler();
+ virtual ~Scheduler() override;
// From baseclass Timer, the timeout call
virtual void Invoke() override;