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 5142a655..bd7ca305 100644
--- a/common/rdr/HexInStream.h
+++ b/common/rdr/HexInStream.h
@@ -33,7 +33,7 @@ namespace rdr {
static bool hexStrToBin(const char* s, char** data, size_t* length);
private:
- virtual bool fillBuffer(size_t maxSize, bool wait);
+ virtual bool fillBuffer(size_t maxSize);
private:
InStream& in_stream;