diff options
author | Dominik 'dreamsComeTrue' Jasiński <dominikjasinski@o2.pl> | 2020-02-26 22:36:40 +0100 |
---|---|---|
committer | Dominik 'dreamsComeTrue' Jasiński <dominikjasinski@o2.pl> | 2020-02-26 22:36:40 +0100 |
commit | 64cf691d321566bfb46eb2431db54c324b5e60dd (patch) | |
tree | e540480ac4fa8da6311881fe88540c72d6f35337 /core/reference.h | |
parent | fde1211771f2b3957ba5e5c64a747d3de69cb9f9 (diff) |
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)
Diffstat (limited to 'core/reference.h')
-rw-r--r-- | core/reference.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/reference.h b/core/reference.h index 36e7d5c6a6..fd42c4e537 100644 --- a/core/reference.h +++ b/core/reference.h @@ -38,7 +38,6 @@ class Reference : public Object { GDCLASS(Reference, Object); - friend class RefBase; SafeRefCount refcount; SafeRefCount refcount_init; |