From 2a90a30983a2a6a39a32d5c7d31366e0d4175e7e Mon Sep 17 00:00:00 2001 From: Emily Dolson Date: Thu, 29 Feb 2024 02:22:32 -0500 Subject: [PATCH] Fix headergaurd --- include/emp/base/_optional_throw.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/emp/base/_optional_throw.hpp b/include/emp/base/_optional_throw.hpp index 946034edf..855e244b5 100644 --- a/include/emp/base/_optional_throw.hpp +++ b/include/emp/base/_optional_throw.hpp @@ -8,8 +8,8 @@ * @brief TODO. */ -#ifndef EMP_BASE__OPTIONAL_THROW_TRIGGER_HPP_INCLUDE -#define EMP_BASE__OPTIONAL_THROW_TRIGGER_HPP_INCLUDE +#ifndef EMP_BASE__OPTIONAL_THROW_HPP_INCLUDE +#define EMP_BASE__OPTIONAL_THROW_HPP_INCLUDE #include #include @@ -57,4 +57,4 @@ namespace emp { } } -#endif // #ifndef EMP_BASE__OPTIONAL_THROW_TRIGGER_HPP_INCLUDE +#endif // #ifndef EMP_BASE__OPTIONAL_THROW_HPP_INCLUDE