mirror of https://github.com/godotengine/godot
Merge pull request #36579 from dreamsComeTrue/remove-refbase-reference
Remove friend reference to non-existing class RefBase
This commit is contained in:
commit
ed0f1940cb
|
|
@ -38,7 +38,6 @@
|
|||
class Reference : public Object {
|
||||
|
||||
GDCLASS(Reference, Object);
|
||||
friend class RefBase;
|
||||
SafeRefCount refcount;
|
||||
SafeRefCount refcount_init;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue