aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/HexInStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rdr/HexInStream.h')
-rw-r--r--common/rdr/HexInStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rdr/HexInStream.h b/common/rdr/HexInStream.h
index 76f91c08..c69fcd68 100644
--- a/common/rdr/HexInStream.h
+++ b/common/rdr/HexInStream.h
@@ -30,7 +30,7 @@ namespace rdr {
virtual ~HexInStream();
private:
- virtual bool fillBuffer();
+ bool fillBuffer() override;
private:
InStream& in_stream;