summaryrefslogtreecommitdiff
path: root/vcl/inc/watchdog.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-03 10:16:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-03 11:37:53 +0200
commitd9e478330243cbd120f2de33df3333fec2ef9217 (patch)
tree7372f102ffddff7a8bf5911267f4c776da02dd03 /vcl/inc/watchdog.hxx
parent50abf47628ad20c3104149a900313f62c34bac9f (diff)
loplugin:finalclasses in xmlsecurity..UnoControls
Change-Id: I8e942bf37c9173a01bef6e1403ca21f579e7f608 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91612 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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;