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