浏览代码

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 年之前
父节点
当前提交
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;