summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 636107d9d..d0482816e 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -750,7 +750,7 @@ public:
// AST writing via visitors
int depth = 0; // only for debugging
- void recurse(Expression*& curr);
+ void recurse(Expression* curr);
std::vector<Name> breakStack;
Function::DebugLocation lastDebugLocation;
size_t lastBytecodeOffset;