summaryrefslogtreecommitdiff
path: root/vcl/inc/watchdog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/watchdog.hxx')
-rw-r--r--vcl/inc/watchdog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/watchdog.hxx b/vcl/inc/watchdog.hxx
index ee357fb2dc89..9202e432f07a 100644
--- a/vcl/inc/watchdog.hxx
+++ b/vcl/inc/watchdog.hxx
@@ -15,7 +15,7 @@
#include <atomic>
#include <vector>
-class WatchdogThread : private salhelper::Thread
+class WatchdogThread final : private salhelper::Thread
{
WatchdogThread();
virtual void execute() override;