Remove unused bufSize argument from streams
This commit is contained in:
committed by
Lauri Kasanen
parent
281d65292a
commit
25995e2490
@@ -46,7 +46,7 @@ namespace rdr {
|
||||
U8* start;
|
||||
|
||||
protected:
|
||||
BufferedInStream(size_t bufSize=0);
|
||||
BufferedInStream();
|
||||
};
|
||||
|
||||
} // end of namespace rdr
|
||||
|
||||
Reference in New Issue
Block a user