summaryrefslogtreecommitdiff
path: root/editor/editor_path.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-30 23:41:36 +0200
committerGitHub <noreply@github.com>2022-03-30 23:41:36 +0200
commitb7850bb1e8e235b60075b14a9b2ccf2dc0ce4a50 (patch)
tree0b6a3011ca83297970098d2899ce5082eb7a2522 /editor/editor_path.cpp
parent021cbe8b8facfb78679c9e21edc1819ef59d0ea0 (diff)
parent314430b868be430fbd7fa3ffb0d8c0ee17d712d1 (diff)
Merge pull request #58395 from Geometror/editor-node-data-cleanup
Diffstat (limited to 'editor/editor_path.cpp')
-rw-r--r--editor/editor_path.cpp2
1 files changed, 1 insertions, 1 deletions
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);