summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/timer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx
index 0ab0d3bda6a8..c79f1fc03588 100644
--- a/salhelper/source/timer.cxx
+++ b/salhelper/source/timer.cxx
@@ -36,7 +36,7 @@ public:
TimerManager();
- virtual ~TimerManager();
+ virtual ~TimerManager() override;
/// register timer
void SAL_CALL registerTimer(salhelper::Timer* pTimer);