summaryrefslogtreecommitdiff
path: root/include/codemaker
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-28 21:01:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 07:05:53 +0100
commit13532e63e715ab2bfd1a8040bec6f700fbfa6250 (patch)
tree0ca49b7e2bbb87218ae7b49407527dfbabfbcf72 /include/codemaker
parent857c9193615574539e21e4b58069e4f4a905ac02 (diff)
loplugin:finalclass in comphelper
Change-Id: Ic64151191e46dff81c0a5cb8377f89e1e4afb269 Reviewed-on: https://gerrit.libreoffice.org/81624 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/codemaker')
-rw-r--r--include/codemaker/typemanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codemaker/typemanager.hxx b/include/codemaker/typemanager.hxx
index 3227393edb6e..5a2d50ec0d90 100644
--- a/include/codemaker/typemanager.hxx
+++ b/include/codemaker/typemanager.hxx
@@ -38,7 +38,7 @@ namespace unoidl {
class Provider;
}
-class TypeManager: public salhelper::SimpleReferenceObject {
+class TypeManager final : public salhelper::SimpleReferenceObject {
public:
TypeManager();