diff --git a/src/newgrf_badge_type.h b/src/newgrf_badge_type.h index aff2a47857..d12d5fd041 100644 --- a/src/newgrf_badge_type.h +++ b/src/newgrf_badge_type.h @@ -13,8 +13,8 @@ #include "core/enum_type.hpp" #include "core/strong_typedef_type.hpp" -using BadgeID = StrongType::Typedef; -using BadgeClassID = StrongType::Typedef; +using BadgeID = StrongType::Typedef; +using BadgeClassID = StrongType::Typedef; template <> struct std::hash { std::size_t operator()(const BadgeClassID &badge_class_index) const noexcept