summaryrefslogtreecommitdiff
path: root/modules/gdnative
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 /modules/gdnative
parentf79a5c464b95bdd274a4e9e5ff4713c7de2be011 (diff)
renamed node path, closes #5691
Diffstat (limited to 'modules/gdnative')
-rw-r--r--modules/gdnative/godot/node_path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/godot/node_path.cpp b/modules/gdnative/godot/node_path.cpp
index e718a9e55f..f4179361be 100644
--- a/modules/gdnative/godot/node_path.cpp
+++ b/modules/gdnative/godot/node_path.cpp
@@ -29,7 +29,7 @@
/*************************************************************************/
#include <godot/node_path.h>
-#include "core/path_db.h"
+#include "core/node_path.h"
#include "core/variant.h"
#ifdef __cplusplus