summaryrefslogtreecommitdiffstats
path: root/core/io/xml_parser.h
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2021-06-04 18:03:15 +0200
committerPedro J. Estébanez <pedrojrulez@gmail.com>2021-06-11 18:48:42 +0200
commit04688b92fff1d6bbec9335b354f3751ddc473379 (patch)
treef4d61f5877c7183bf6ded23878839b2124f6ecd4 /core/io/xml_parser.h
parentfbb5a541ef30f41bb7814687e9cd9f11e991faa7 (diff)
downloadredot-engine-04688b92fff1d6bbec9335b354f3751ddc473379.tar.gz
Rename Reference to RefCounted
Diffstat (limited to 'core/io/xml_parser.h')
-rw-r--r--core/io/xml_parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/io/xml_parser.h b/core/io/xml_parser.h
index 15722b611e..1113cce715 100644
--- a/core/io/xml_parser.h
+++ b/core/io/xml_parser.h
@@ -32,7 +32,7 @@
#define XML_PARSER_H
#include "core/io/file_access.h"
-#include "core/object/reference.h"
+#include "core/object/ref_counted.h"
#include "core/string/ustring.h"
#include "core/templates/vector.h"
@@ -40,8 +40,8 @@
Based on irrXML (see their zlib license). Added mainly for compatibility with their Collada loader.
*/
-class XMLParser : public Reference {
- GDCLASS(XMLParser, Reference);
+class XMLParser : public RefCounted {
+ GDCLASS(XMLParser, RefCounted);
public:
//! Enumeration of all supported source text file formats