diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index 2e9c6495..ad12c557 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -27,7 +27,7 @@ class BinaryReaderLogging : public BinaryReaderDelegate { public: BinaryReaderLogging(Stream*, BinaryReaderDelegate* forward); - bool OnError(const char* message) override; + bool OnError(ErrorLevel, const char* message) override; void OnSetState(const State* s) override; Result BeginModule(uint32_t version) override; |