diff --git a/include/REL/Version.h b/include/REL/Version.h index ed12a035..66b0f8d4 100644 --- a/include/REL/Version.h +++ b/include/REL/Version.h @@ -222,7 +222,7 @@ template struct fmt::formatter : formatter { template - auto format(const REL::Version& a_version, FormatContext& a_ctx) + auto format(const REL::Version& a_version, FormatContext& a_ctx) const { return formatter::format(a_version.string(), a_ctx); }