summaryrefslogtreecommitdiff
path: root/src/binary-reader-nop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-nop.h')
-rw-r--r--src/binary-reader-nop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h
index 7e934116..7af11f7b 100644
--- a/src/binary-reader-nop.h
+++ b/src/binary-reader-nop.h
@@ -21,7 +21,7 @@
namespace wabt {
-class BinaryReaderNop : public BinaryReader {
+class BinaryReaderNop : public BinaryReaderDelegate {
public:
bool OnError(const char* message) override { return false; }