summaryrefslogtreecommitdiffstats
path: root/editor/editor_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_script.h')
-rw-r--r--editor/editor_script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_script.h b/editor/editor_script.h
index 72e7641df7..b0724c31c0 100644
--- a/editor/editor_script.h
+++ b/editor/editor_script.h
@@ -44,7 +44,7 @@ class EditorScript : public RefCounted {
protected:
static void _bind_methods();
- GDVIRTUAL0(_run)
+ GDVIRTUAL0_REQUIRED(_run)
public:
void add_root_node(Node *p_node);