summaryrefslogtreecommitdiff
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
parentf79a5c464b95bdd274a4e9e5ff4713c7de2be011 (diff)
renamed node path, closes #5691
-rw-r--r--core/node_path.cpp (renamed from core/path_db.cpp)2
-rw-r--r--core/node_path.h (renamed from core/path_db.h)0
-rw-r--r--core/variant.h2
-rw-r--r--modules/gdnative/godot/node_path.cpp2
-rw-r--r--scene/main/node.h2
-rw-r--r--scene/scene_string_names.h2
6 files changed, 5 insertions, 5 deletions
diff --git a/core/path_db.cpp b/core/node_path.cpp
index d5c84a2457..11df9670f2 100644
--- a/core/path_db.cpp
+++ b/core/node_path.cpp
@@ -27,7 +27,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#include "path_db.h"
+#include "node_path.h"
#include "print_string.h"
diff --git a/core/path_db.h b/core/node_path.h
index 1aed7535ca..1aed7535ca 100644
--- a/core/path_db.h
+++ b/core/node_path.h
diff --git a/core/variant.h b/core/variant.h
index 661d31cf16..583a0d09a0 100644
--- a/core/variant.h
+++ b/core/variant.h
@@ -43,7 +43,7 @@
#include "math_2d.h"
#include "matrix3.h"
#include "os/power.h"
-#include "path_db.h"
+#include "node_path.h"
#include "plane.h"
#include "quat.h"
#include "rect3.h"
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
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"
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h
index 0802a73973..0bfe42a7b8 100644
--- a/scene/scene_string_names.h
+++ b/scene/scene_string_names.h
@@ -30,7 +30,7 @@
#ifndef SCENE_STRING_NAMES_H
#define SCENE_STRING_NAMES_H
-#include "path_db.h"
+#include "node_path.h"
#include "string_db.h"
class SceneStringNames {