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
commit ed0f1940cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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