summaryrefslogtreecommitdiff
path: root/src/binary-reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r--src/binary-reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h
index 3910ae97..b0b9b848 100644
--- a/src/binary-reader.h
+++ b/src/binary-reader.h
@@ -63,7 +63,7 @@ class BinaryReaderDelegate {
virtual ~BinaryReaderDelegate() {}
- virtual bool OnError(const char* message) = 0;
+ virtual bool OnError(ErrorLevel, const char* message) = 0;
virtual void OnSetState(const State* s) { state = s; }
/* Module */