Browse Source

dtoolutil: Fix misnamed include guard

rdb 1 year ago
parent
commit
1cc0676e41
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/src/dtoolutil/dSearchPath.h

+ 2 - 2
dtool/src/dtoolutil/dSearchPath.h

@@ -11,8 +11,8 @@
  * @date 2000-07-01
  * @date 2000-07-01
  */
  */
 
 
-#ifndef PANDASEARCHPATH_H
-#define PANDASEARCHPATH_H
+#ifndef DSEARCHPATH_H
+#define DSEARCHPATH_H
 
 
 #include "dtoolbase.h"
 #include "dtoolbase.h"