summaryrefslogtreecommitdiff
path: root/src/binary-reader-interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-interpreter.h')
-rw-r--r--src/binary-reader-interpreter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/binary-reader-interpreter.h b/src/binary-reader-interpreter.h
index 1c70d3bf..0cd08d83 100644
--- a/src/binary-reader-interpreter.h
+++ b/src/binary-reader-interpreter.h
@@ -28,14 +28,14 @@ class Environment;
} // namespace interpreter
-class BinaryErrorHandler;
+class ErrorHandler;
struct ReadBinaryOptions;
Result read_binary_interpreter(interpreter::Environment* env,
const void* data,
size_t size,
const ReadBinaryOptions* options,
- BinaryErrorHandler*,
+ ErrorHandler*,
interpreter::DefinedModule** out_module);
} // namespace wabt