diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-01 16:28:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-02 08:19:12 +0200 |
commit | b7e4e20b6214198224e0ac42f5248b42f44342ee (patch) | |
tree | a6642121d1512483fdfe349d407d85bddd6d6e0e /fpicker/source | |
parent | 38ee6b2ad540c0d5cc0182396787d4c7625ea064 (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/source')
-rw-r--r-- | fpicker/source/win32/asyncrequests.hxx | 2 |
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: |