summaryrefslogtreecommitdiff
path: root/include/salhelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/salhelper')
-rw-r--r--include/salhelper/thread.hxx2
-rw-r--r--include/salhelper/timer.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/salhelper/thread.hxx b/include/salhelper/thread.hxx
index d74d729f5ffd..7b61a2972204 100644
--- a/include/salhelper/thread.hxx
+++ b/include/salhelper/thread.hxx
@@ -69,7 +69,7 @@ public:
{ SimpleReferenceObject::operator delete(pointer); }
protected:
- virtual ~Thread();
+ virtual ~Thread() SAL_OVERRIDE;
/**
The main function executed by the thread.
diff --git a/include/salhelper/timer.hxx b/include/salhelper/timer.hxx
index 05b95564e851..b013c782a8a1 100644
--- a/include/salhelper/timer.hxx
+++ b/include/salhelper/timer.hxx
@@ -184,7 +184,7 @@ protected:
/** Destructor.
*/
- virtual ~Timer();
+ virtual ~Timer() SAL_OVERRIDE;
/** What should be done when the 'timer fires'.
*/