mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
parent
64b1fefb78
commit
a82f08765e
14 changed files with 49 additions and 48 deletions
|
@ -28,7 +28,7 @@ class GZipDecodingStreamFilterTest:public CppUnit::TestFixture {
|
|||
public:
|
||||
MockSegment2():positionToWrite_(0) {}
|
||||
|
||||
virtual void updateWrittenLength(int32_t bytes) CXX11_OVERRIDE
|
||||
virtual void updateWrittenLength(int64_t bytes) CXX11_OVERRIDE
|
||||
{
|
||||
positionToWrite_ += bytes;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue