summaryrefslogtreecommitdiff
path: root/editor/editor_sub_scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_sub_scene.h')
-rw-r--r--editor/editor_sub_scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_sub_scene.h b/editor/editor_sub_scene.h
index cd88805254..bdfbbca02f 100644
--- a/editor/editor_sub_scene.h
+++ b/editor/editor_sub_scene.h
@@ -53,7 +53,7 @@ class EditorSubScene : public ConfirmationDialog {
void _remove_selection_child(Node *p_node);
void _reown(Node *p_node, List<Node *> *p_to_reown);
- void ok_pressed();
+ void ok_pressed() override;
protected:
void _notification(int p_what);