2
0
Эх сурвалжийг харах

Remove friend reference to non-existing class RefBase

Commit
7ad14e7a3e6f87ddc450f7e34621eb5200808451
removed RefBase class - but still there is hanging reference in....Reference :) class (no pun intended)
Dominik 'dreamsComeTrue' Jasiński 5 жил өмнө
parent
commit
64cf691d32
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      core/reference.h

+ 0 - 1
core/reference.h

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