mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user