Demonstrate that SvRef ==/!= are acceptable as member functions
Change-Id: I30771393bc16f2320cd89f018ff93c756913b70d
This commit is contained in:
parent
5c84f40ea2
commit
6cded5c853
1 changed files with 1 additions and 1 deletions
|
@ -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) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue