Skip to content

Commit e6754ee

Browse files
Merge pull request #1128 from XinyuKhan/patch-1
Rename header guard for shared_library.h
2 parents 67cf6df + 8b2c01f commit e6754ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/behaviortree_cpp/utils/shared_library.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
// DEALINGS IN THE SOFTWARE.
3636
//
3737

38-
#ifndef Foundation_SharedLibrary_INCLUDED
39-
#define Foundation_SharedLibrary_INCLUDED
38+
#ifndef BT_Foundation_SharedLibrary_INCLUDED
39+
#define BT_Foundation_SharedLibrary_INCLUDED
4040

4141
#include "platform.hpp"
4242

@@ -143,4 +143,4 @@ class SharedLibrary
143143

144144
} // namespace BT
145145

146-
#endif // Foundation_SharedLibrary_INCLUDED
146+
#endif // BT_Foundation_SharedLibrary_INCLUDED

0 commit comments

Comments
 (0)