From cb60a587dae48ec973fb8f59f48e34d58d569f5a Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Tue, 23 May 2017 12:22:10 -0700 Subject: Clean up BinaryReader; rename to BinaryReaderDelegate (#451) This removes the use of setjmp/longjmp as well. --- src/binary-reader-nop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/binary-reader-nop.h') 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; } -- cgit v1.2.3