Rename Reference to RefCounted

This commit is contained in:
Pedro J. Estébanez
2021-06-04 18:03:15 +02:00
parent fbb5a541ef
commit 04688b92ff
270 changed files with 926 additions and 926 deletions
+2 -2
View File
@@ -36,8 +36,8 @@
/*************************************************************************/
class TextParagraph : public Reference {
GDCLASS(TextParagraph, Reference);
class TextParagraph : public RefCounted {
GDCLASS(TextParagraph, RefCounted);
RID dropcap_rid;
int dropcap_lines = 0;