From 6cded5c853defdda928036d11ae88fa3cf19a79a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 11 Oct 2016 08:52:41 +0200 Subject: Demonstrate that SvRef ==/!= are acceptable as member functions Change-Id: I30771393bc16f2320cd89f018ff93c756913b70d --- include/tools/ref.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tools/ref.hxx b/include/tools/ref.hxx index 30abab3e5a29..c8db2bd6deca 100644 --- a/include/tools/ref.hxx +++ b/include/tools/ref.hxx @@ -31,7 +31,7 @@ namespace tools { /** T must be a class that extends SvRefBase */ -template class SAL_DLLPUBLIC_RTTI SvRef { +template class SAL_DLLPUBLIC_RTTI SvRef final { public: SvRef(): pObj(nullptr) {} -- cgit v1.2.3