diff --git a/CommonLibF4/include/F4SE/Interfaces.h b/CommonLibF4/include/F4SE/Interfaces.h index b757a4c7..448e9643 100644 --- a/CommonLibF4/include/F4SE/Interfaces.h +++ b/CommonLibF4/include/F4SE/Interfaces.h @@ -38,7 +38,7 @@ namespace F4SE std::uint32_t(F4SEAPI* GetPluginHandle)(void); std::uint32_t(F4SEAPI* GetReleaseIndex)(void); const void*(F4SEAPI* GetPluginInfo)(const char*); // 0.6.22+ - const char*(F4SEAPI* GetSaveFolderName)(void); // 0.7.1+ + const char*(F4SEAPI* GetSaveFolderName)(void); // 0.7.1+ }; struct F4SEMessagingInterface diff --git a/CommonLibF4/include/REL/Relocation.h b/CommonLibF4/include/REL/Relocation.h index 5b9dddec..1f466fb1 100644 --- a/CommonLibF4/include/REL/Relocation.h +++ b/CommonLibF4/include/REL/Relocation.h @@ -804,14 +804,14 @@ struct std::formatter : formatter }; #ifdef FMT_VERSION -template +template struct fmt::formatter : formatter { - template - auto format(const REL::Version& a_version, FormatContext& a_ctx) + template + auto format(const REL::Version& a_version, FormatContext& a_ctx) { return formatter::format(a_version.string(), a_ctx); - } + } }; #endif