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