summaryrefslogtreecommitdiff
path: root/include/tools/ref.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-11 08:52:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-11 08:52:41 +0200
commit6cded5c853defdda928036d11ae88fa3cf19a79a (patch)
tree77b350334eb7d2928d28023319a09b80e1939290 /include/tools/ref.hxx
parent5c84f40ea2e86bf85c0a59201faf1431f16aee40 (diff)
Demonstrate that SvRef ==/!= are acceptable as member functions
Change-Id: I30771393bc16f2320cd89f018ff93c756913b70d
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 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<typename T> class SAL_DLLPUBLIC_RTTI SvRef {
+template<typename T> class SAL_DLLPUBLIC_RTTI SvRef final {
public:
SvRef(): pObj(nullptr) {}