Add a missing operator to ManagedType.
This commit is contained in:
parent
6e65c33e88
commit
c4656ca855
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ public:
|
|||
*/
|
||||
int getReferences();
|
||||
|
||||
T* operator->() {
|
||||
return object;
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue