summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-01 16:28:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-02 08:19:12 +0200
commitb7e4e20b6214198224e0ac42f5248b42f44342ee (patch)
treea6642121d1512483fdfe349d407d85bddd6d6e0e /fpicker
parent38ee6b2ad540c0d5cc0182396787d4c7625ea064 (diff)
loplugin:fragiledestructor (clang-cl)
Change-Id: Ibf5b8022df00bb6c49b53853811b6503146dddd7 Reviewed-on: https://gerrit.libreoffice.org/79971 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/asyncrequests.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/asyncrequests.hxx b/fpicker/source/win32/asyncrequests.hxx
index c1a3f569fbfa..5fbd7dde848f 100644
--- a/fpicker/source/win32/asyncrequests.hxx
+++ b/fpicker/source/win32/asyncrequests.hxx
@@ -135,7 +135,7 @@ typedef std::shared_ptr< RequestHandler > RequestHandlerRef;
/** @todo document me
*/
-class AsyncRequests : private ::cppu::BaseMutex
+class AsyncRequests final: private ::cppu::BaseMutex
, public ::osl::Thread
{
public: