summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index bc7da69e75..33de096d35 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -692,6 +692,8 @@ private:
void _begin_first_scan();
+ void _notify_scene_updated(Node *p_node);
+
protected:
friend class FileSystemDock;