Skip to content

Commit 8b2c01f

Browse files
authored
Rename header guard for shared_library.h
1 parent 67cf6df commit 8b2c01f

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)