fix: changed the header file protecting macro

This commit is contained in:
2023-12-08 02:36:59 +00:00
parent c874b6df24
commit 625f465cb7
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#ifndef BPT_DriveArray_HPP #ifndef PROTECTOR_DRIVEARRAY_HPP
#define BPT_DriveArray_HPP #define PROTECTOR_DRIVEARRAY_HPP
#include <algorithm> #include <algorithm>
#include <cstring> #include <cstring>
@ -228,4 +228,4 @@ class DriveArray {
} }
}; };
#endif // BPT_DriveArray_HPP #endif // PROTECTOR_DRIVEARRAY_HPP

View File

@ -1,5 +1,5 @@
#ifndef BPT_KEY2INDEX_HPP #ifndef PROTECTOR_KEY2INDEX_HPP
#define BPT_KEY2INDEX_HPP #define PROTECTOR_KEY2INDEX_HPP
#include <cassert> #include <cassert>
#include <functional> #include <functional>
#include <string> #include <string>
@ -143,4 +143,4 @@ class String2Index {
return std::move(ret); return std::move(ret);
} }
}; };
#endif // BPT_KEY2INDEX_HPP #endif // PROTECTOR_KEY2INDEX_HPP