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
#define BPT_DriveArray_HPP
#ifndef PROTECTOR_DRIVEARRAY_HPP
#define PROTECTOR_DRIVEARRAY_HPP
#include <algorithm>
#include <cstring>
@ -228,4 +228,4 @@ class DriveArray {
}
};
#endif // BPT_DriveArray_HPP
#endif // PROTECTOR_DRIVEARRAY_HPP