Merge pull request #36579 from dreamsComeTrue/remove-refbase-reference

Remove friend reference to non-existing class RefBase
This commit is contained in:
Rémi Verschelde
2020-02-27 14:48:01 +01:00
committed by GitHub

View File

@ -38,7 +38,6 @@
class Reference : public Object {
GDCLASS(Reference, Object);
friend class RefBase;
SafeRefCount refcount;
SafeRefCount refcount_init;