Rename Reference to RefCounted
This commit is contained in:
parent
fbb5a541ef
commit
04688b92ff
270 changed files with 926 additions and 926 deletions
|
|
@ -37,8 +37,8 @@
|
|||
#include "scene/main/node.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
class EditorResourcePreviewGenerator : public Reference {
|
||||
GDCLASS(EditorResourcePreviewGenerator, Reference);
|
||||
class EditorResourcePreviewGenerator : public RefCounted {
|
||||
GDCLASS(EditorResourcePreviewGenerator, RefCounted);
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue