Browse Source

Merge pull request #10112 from ISylvox/completely-renaming-path_db

Renames Leftover 'path_db' -->> 'node_path'

[ci skip]
Rémi Verschelde 8 years ago
parent
commit
e12b422c90
2 changed files with 4 additions and 4 deletions
  1. 1 1
      core/node_path.cpp
  2. 3 3
      core/node_path.h

+ 1 - 1
core/node_path.cpp

@@ -1,5 +1,5 @@
 /*************************************************************************/
-/*  path_db.cpp                                                          */
+/*  node_path.cpp                                                        */
 /*************************************************************************/
 /*                       This file is part of:                           */
 /*                           GODOT ENGINE                                */

+ 3 - 3
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"