From 7526397ffd14149bc3e6b9a2779485c92b10f9cb Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Thu, 16 May 2024 22:10:28 +0000 Subject: [PATCH] maintenance --- CommonLibF4/include/F4SE/Interfaces.h | 2 +- CommonLibF4/include/REL/Relocation.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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