summaryrefslogtreecommitdiff
path: root/src/asm_v_wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asm_v_wasm.h')
-rw-r--r--src/asm_v_wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asm_v_wasm.h b/src/asm_v_wasm.h
index c79c73674..08416ef80 100644
--- a/src/asm_v_wasm.h
+++ b/src/asm_v_wasm.h
@@ -66,7 +66,7 @@ std::string getSigFromStructs(Type result, const ListType& operands) {
Type sigToType(char sig);
-FunctionType* sigToFunctionType(std::string sig);
+FunctionType sigToFunctionType(std::string sig);
FunctionType* ensureFunctionType(std::string sig, Module* wasm);