fix: changed the header file protecting macro
This commit is contained in:
@ -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
|
@ -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
|
Reference in New Issue
Block a user