Merge pull request #36579 from dreamsComeTrue/remove-refbase-reference
Remove friend reference to non-existing class RefBase
This commit is contained in:
commit
ed0f1940cb
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@
|
||||||
class Reference : public Object {
|
class Reference : public Object {
|
||||||
|
|
||||||
GDCLASS(Reference, Object);
|
GDCLASS(Reference, Object);
|
||||||
friend class RefBase;
|
|
||||||
SafeRefCount refcount;
|
SafeRefCount refcount;
|
||||||
SafeRefCount refcount_init;
|
SafeRefCount refcount_init;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue