diff options
Diffstat (limited to 'include/codemaker')
-rw-r--r-- | include/codemaker/typemanager.hxx | 2 |
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(); |