diff options
Diffstat (limited to 'src/passes/Print.cpp')
-rw-r--r-- | src/passes/Print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp index 8e3d503b8..7b68d956e 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -24,7 +24,7 @@ namespace wasm { -struct PrintSExpression : public WasmVisitor<PrintSExpression, void> { +struct PrintSExpression : public Visitor<PrintSExpression> { std::ostream& o; unsigned indent = 0; |