mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Replace most vault *IncRef() API functions with hsRef versions
This commit is contained in:
@ -124,6 +124,7 @@ public:
|
||||
if (fObj)
|
||||
fObj->UnRef();
|
||||
fObj = nullptr;
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool operator==(const hsRef<_Ref> &other) const { return fObj == other.fObj; }
|
||||
|
Reference in New Issue
Block a user