diff options
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: |