diff --git a/src/parser/parsers.h b/src/parser/parsers.h index 85a1febb54f..02c2e9e4760 100644 --- a/src/parser/parsers.h +++ b/src/parser/parsers.h @@ -30,7 +30,7 @@ using namespace std::string_view_literals; template Result absheaptype(Ctx&, Shareability); template Result heaptype(Ctx&); -template MaybeResult maybeRefType(Ctx&); +template MaybeResult maybeReftype(Ctx&); template Result reftype(Ctx&); template MaybeResult tupletype(Ctx&); template Result valtype(Ctx&);