Demonstrate that SvRef ==/!= are acceptable as member functions

Change-Id: I30771393bc16f2320cd89f018ff93c756913b70d
This commit is contained in:
Stephan Bergmann 2016-10-11 08:52:41 +02:00
parent 5c84f40ea2
commit 6cded5c853

View file

@ -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) {}