summaryrefslogtreecommitdiff
path: root/include/tools/ref.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 09:42:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 10:01:16 +0100
commitf903af07aab03f94e36a74936deef7f28d05a779 (patch)
tree5f0c93f65077611814ea591888821dcc2e6a033e /include/tools/ref.hxx
parenta874172b9b048cfc6c4aa73cdf52c54b9b34872a (diff)
loplugin:finalclasses tools
Change-Id: I6577a0947acda837dd3f775b10fc09bac9fbb27e Reviewed-on: https://gerrit.libreoffice.org/81728 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/ref.hxx')
-rw-r--r--include/tools/ref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/ref.hxx b/include/tools/ref.hxx
index 44e0f50c99d0..3f245bf08e1b 100644
--- a/include/tools/ref.hxx
+++ b/include/tools/ref.hxx
@@ -174,7 +174,7 @@ class SvCompatWeakBase;
/** SvCompatWeakHdl acts as an intermediary between SvCompatWeakRef<T> and T.
*/
template<typename T>
-class SvCompatWeakHdl : public SvRefBase
+class SvCompatWeakHdl final : public SvRefBase
{
friend class SvCompatWeakBase<T>;
T* _pObj;