Merge branch 'master' into gcc
This commit is contained in:
commit
eaccb3cb4d
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