From 83691fec4e8afb8ee7044ea73db737bea390893d Mon Sep 17 00:00:00 2001 From: Indah Sylvia Date: Sat, 5 Aug 2017 21:55:37 +0700 Subject: [PATCH] renames leftover 'path_db' to node_path --- core/node_path.cpp | 2 +- core/node_path.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/node_path.cpp b/core/node_path.cpp index 11df9670f27..ad2eae859d5 100644 --- a/core/node_path.cpp +++ b/core/node_path.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* path_db.cpp */ +/* node_path.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/core/node_path.h b/core/node_path.h index 1aed7535ca3..31446ab9b41 100644 --- a/core/node_path.h +++ b/core/node_path.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* path_db.h */ +/* node_path.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ @@ -27,8 +27,8 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PATH_DB_H -#define PATH_DB_H +#ifndef NODE_PATH_H +#define NODE_PATH_H #include "string_db.h" #include "ustring.h"