dtoolutil: Fix misnamed include guard
This commit is contained in:
parent
58ea174eb2
commit
1cc0676e41
|
|
@ -11,8 +11,8 @@
|
|||
* @date 2000-07-01
|
||||
*/
|
||||
|
||||
#ifndef PANDASEARCHPATH_H
|
||||
#define PANDASEARCHPATH_H
|
||||
#ifndef DSEARCHPATH_H
|
||||
#define DSEARCHPATH_H
|
||||
|
||||
#include "dtoolbase.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue