Skip to content

Commit

Permalink
Fix headergaurd
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson committed Feb 29, 2024
1 parent 99386bd commit 2a90a30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/emp/base/_optional_throw.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sstream>
#include <string>
Expand Down Expand Up @@ -57,4 +57,4 @@ namespace emp {
}
}

#endif // #ifndef EMP_BASE__OPTIONAL_THROW_TRIGGER_HPP_INCLUDE
#endif // #ifndef EMP_BASE__OPTIONAL_THROW_HPP_INCLUDE

0 comments on commit 2a90a30

Please sign in to comment.