From fc93f8bd664b5394f8ba8bcb3c18fcc424d6bdbd Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 16 Aug 2023 23:07:16 +0200 Subject: [PATCH] fix: CI being broken on Arch Linux --- lib/libimhex/include/hex/api/localization.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libimhex/include/hex/api/localization.hpp b/lib/libimhex/include/hex/api/localization.hpp index b103ea286..cd8a66a1f 100644 --- a/lib/libimhex/include/hex/api/localization.hpp +++ b/lib/libimhex/include/hex/api/localization.hpp @@ -63,6 +63,6 @@ template<> struct fmt::formatter : fmt::formatter { template auto format(const hex::LangEntry &entry, FormatContext &ctx) { - return fmt::formatter::format(entry, ctx); + return fmt::formatter::format(entry.get(), ctx); } }; \ No newline at end of file