diff --git a/includes/type/magic.pat b/includes/type/magic.pat index 489e5ea..191d5b7 100644 --- a/includes/type/magic.pat +++ b/includes/type/magic.pat @@ -37,7 +37,7 @@ namespace auto type { fn format_magic(ref auto magic) { - return fm(magic.value); + return type::fm(magic.value); }; } } \ No newline at end of file