Skip to content

Commit

Permalink
Fix fmt formatting for FormType
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Dec 18, 2024
1 parent 200ae55 commit b41d280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/F/FormTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ namespace fmt
}

template <class FormatContext>
auto format(const RE::FormType& a_formType, FormatContext& a_ctx)
auto format(const RE::FormType& a_formType, FormatContext& a_ctx) const
{
return fmt::format_to(a_ctx.out(), "{}", RE::FormTypeToString(a_formType));
}
Expand Down

0 comments on commit b41d280

Please sign in to comment.