diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-08-05 09:12:53 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-08-05 09:13:59 -0300 |
commit | cfe4b30941a3388a5ee40690fd468f994180fa86 (patch) | |
tree | 2aec6acb3f64e0e235fb53e643d9d7d880548145 /modules/gdnative/godot | |
parent | f79a5c464b95bdd274a4e9e5ff4713c7de2be011 (diff) |
renamed node path, closes #5691
Diffstat (limited to 'modules/gdnative/godot')
-rw-r--r-- | modules/gdnative/godot/node_path.cpp | 2 |
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 |