summaryrefslogtreecommitdiffstats
path: root/scene/main
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-08-05 09:12:53 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-08-05 09:13:59 -0300
commitcfe4b30941a3388a5ee40690fd468f994180fa86 (patch)
tree2aec6acb3f64e0e235fb53e643d9d7d880548145 /scene/main
parentf79a5c464b95bdd274a4e9e5ff4713c7de2be011 (diff)
downloadredot-engine-cfe4b30941a3388a5ee40690fd468f994180fa86.tar.gz
renamed node path, closes #5691
Diffstat (limited to 'scene/main')
-rw-r--r--scene/main/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/node.h b/scene/main/node.h
index 1794cce9f6..0447deccc1 100644
--- a/scene/main/node.h
+++ b/scene/main/node.h
@@ -33,7 +33,7 @@
#include "class_db.h"
#include "map.h"
#include "object.h"
-#include "path_db.h"
+#include "node_path.h"
#include "project_settings.h"
#include "scene/main/scene_tree.h"
#include "script_language.h"