mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +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,11 +32,11 @@
|
|||
#define JAVASCRIPT_SINGLETON_H
|
||||
|
||||
#include "core/object/class_db.h"
|
||||
#include "core/object/reference.h"
|
||||
#include "core/object/ref_counted.h"
|
||||
|
||||
class JavaScriptObject : public Reference {
|
||||
class JavaScriptObject : public RefCounted {
|
||||
private:
|
||||
GDCLASS(JavaScriptObject, Reference);
|
||||
GDCLASS(JavaScriptObject, RefCounted);
|
||||
|
||||
protected:
|
||||
virtual bool _set(const StringName &p_name, const Variant &p_value) { return false; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue