mirror of https://github.com/godotengine/godot
Remove friend reference to non-existing class RefBase
Commit
7ad14e7a3e
removed RefBase class - but still there is hanging reference in....Reference :) class (no pun intended)
This commit is contained in:
parent
fde1211771
commit
64cf691d32
|
|
@ -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 New Issue