mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Rename Reference to RefCounted
This commit is contained in:
parent
fbb5a541ef
commit
04688b92ff
270 changed files with 926 additions and 926 deletions
|
|
@ -32,10 +32,10 @@
|
|||
#define EDITOR_TRANSLATION_PARSER_H
|
||||
|
||||
#include "core/error/error_list.h"
|
||||
#include "core/object/reference.h"
|
||||
#include "core/object/ref_counted.h"
|
||||
|
||||
class EditorTranslationParserPlugin : public Reference {
|
||||
GDCLASS(EditorTranslationParserPlugin, Reference);
|
||||
class EditorTranslationParserPlugin : public RefCounted {
|
||||
GDCLASS(EditorTranslationParserPlugin, RefCounted);
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue