* added operator-> for convenience
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37825 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
568bdbf719
commit
b97e12926c
@ -66,6 +66,11 @@ public:
|
||||
return object;
|
||||
}
|
||||
|
||||
inline C *operator->() const
|
||||
{
|
||||
return fObject;
|
||||
}
|
||||
|
||||
protected:
|
||||
C *fObject;
|
||||
DeleteFunc fDelete;
|
||||
|
Loading…
Reference in New Issue
Block a user