diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-07 15:09:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 15:09:43 +0200 |
commit | e12b422c90f3f866d133ea5ab797fb37f675e019 (patch) | |
tree | 33b43d64e38062de5478669f779fd1273048193d | |
parent | 3121b3a4f4c01744184e952d79f9a56e01bdba41 (diff) | |
parent | 83691fec4e8afb8ee7044ea73db737bea390893d (diff) |
Merge pull request #10112 from ISylvox/completely-renaming-path_db
Renames Leftover 'path_db' -->> 'node_path'
[ci skip]
-rw-r--r-- | core/node_path.cpp | 2 | ||||
-rw-r--r-- | 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 11df9670f2..ad2eae859d 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 1aed7535ca..31446ab9b4 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" |