Skip to content

Commit b67ae6f

Browse files
authored
Merge pull request #1871 from malucard/fmt-11-build-fix
Fix build with fmt 11
2 parents c30393d + 3b30707 commit b67ae6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supportpsx/iec-60908b.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ struct fmt::formatter<PCSX::IEC60908b::MSF> {
159159
}
160160

161161
template <typename FormatContext>
162-
auto format(PCSX::IEC60908b::MSF const &msf, FormatContext &ctx) {
162+
auto format(PCSX::IEC60908b::MSF const &msf, FormatContext &ctx) const {
163163
return fmt::format_to(ctx.out(), "{0:02}:{1:02}:{2:02}", msf.m, msf.s, msf.f);
164164
}
165165
};

0 commit comments

Comments
 (0)