summaryrefslogtreecommitdiff
path: root/framework/inc/helper/wakeupthread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/wakeupthread.hxx')
-rw-r--r--framework/inc/helper/wakeupthread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/wakeupthread.hxx b/framework/inc/helper/wakeupthread.hxx
index cc4947c4945e..50e234f23713 100644
--- a/framework/inc/helper/wakeupthread.hxx
+++ b/framework/inc/helper/wakeupthread.hxx
@@ -42,7 +42,7 @@ class WakeUpThread: public salhelper::Thread {
osl::Mutex mutex_;
bool terminate_;
- void execute() SAL_OVERRIDE;
+ void execute() override;
public:
WakeUpThread(css::uno::Reference<css::util::XUpdatable> const & updatable);