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,7 +32,7 @@
|
|||
#define EDITOR_FEATURE_PROFILE_H
|
||||
|
||||
#include "core/io/file_access.h"
|
||||
#include "core/object/reference.h"
|
||||
#include "core/object/ref_counted.h"
|
||||
#include "editor/editor_file_dialog.h"
|
||||
#include "editor_help.h"
|
||||
#include "scene/gui/dialogs.h"
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
#include "scene/gui/split_container.h"
|
||||
#include "scene/gui/tree.h"
|
||||
|
||||
class EditorFeatureProfile : public Reference {
|
||||
GDCLASS(EditorFeatureProfile, Reference);
|
||||
class EditorFeatureProfile : public RefCounted {
|
||||
GDCLASS(EditorFeatureProfile, RefCounted);
|
||||
|
||||
public:
|
||||
enum Feature {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue