From 314430b868be430fbd7fa3ffb0d8c0ee17d712d1 Mon Sep 17 00:00:00 2001 From: Hendrik Brucker Date: Wed, 30 Mar 2022 20:12:26 +0200 Subject: Cleanup EditorNode and EditorData Co-authored-by: Eric M --- editor/editor_path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_path.cpp') diff --git a/editor/editor_path.cpp b/editor/editor_path.cpp index 5cb3d0cd75..8747128962 100644 --- a/editor/editor_path.cpp +++ b/editor/editor_path.cpp @@ -194,7 +194,7 @@ void EditorPath::_notification(int p_what) { void EditorPath::_bind_methods() { } -EditorPath::EditorPath(EditorHistory *p_history) { +EditorPath::EditorPath(EditorSelectionHistory *p_history) { history = p_history; MarginContainer *main_mc = memnew(MarginContainer); -- cgit v1.2.3