From 625f465cb7f6c0ebb7c14559fa4aac5b83f105de Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Fri, 8 Dec 2023 02:36:59 +0000 Subject: [PATCH] fix: changed the header file protecting macro --- backend/include/drivearray.hpp | 6 +++--- backend/include/key2index.hpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/include/drivearray.hpp b/backend/include/drivearray.hpp index 674884c..5e57d62 100644 --- a/backend/include/drivearray.hpp +++ b/backend/include/drivearray.hpp @@ -1,5 +1,5 @@ -#ifndef BPT_DriveArray_HPP -#define BPT_DriveArray_HPP +#ifndef PROTECTOR_DRIVEARRAY_HPP +#define PROTECTOR_DRIVEARRAY_HPP #include #include @@ -228,4 +228,4 @@ class DriveArray { } }; -#endif // BPT_DriveArray_HPP \ No newline at end of file +#endif // PROTECTOR_DRIVEARRAY_HPP \ No newline at end of file diff --git a/backend/include/key2index.hpp b/backend/include/key2index.hpp index cd098bc..b284bf5 100644 --- a/backend/include/key2index.hpp +++ b/backend/include/key2index.hpp @@ -1,5 +1,5 @@ -#ifndef BPT_KEY2INDEX_HPP -#define BPT_KEY2INDEX_HPP +#ifndef PROTECTOR_KEY2INDEX_HPP +#define PROTECTOR_KEY2INDEX_HPP #include #include #include @@ -143,4 +143,4 @@ class String2Index { return std::move(ret); } }; -#endif // BPT_KEY2INDEX_HPP \ No newline at end of file +#endif // PROTECTOR_KEY2INDEX_HPP \ No newline at end of file