includes/hex: Fixed mangled name format function

This commit is contained in:
Nik
2022-10-01 21:53:41 +02:00
committed by GitHub
parent 86f38ca545
commit 58d63d1d4a

View File

@@ -10,7 +10,7 @@ namespace hex::type {
struct MangledName {
char value[];
} [[sealed, format("format_mangled_name")]];
} [[sealed, format("hex::type::impl::format_mangled_name")]];
namespace impl {