mirror of https://github.com/aria2/aria2
Merge branch 'fix-streamfilters' of https://github.com/nmaier/aria2 into nmaier-fix-streamfilters
commit
cce5b3206a
|
@ -75,7 +75,7 @@ public:
|
||||||
return bytesProcessed_;
|
return bytesProcessed_;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual bool installDelegate(const std::shared_ptr<StreamFilter>& filter)
|
virtual bool installDelegate(const std::unique_ptr<StreamFilter> filter) override
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,7 @@ public:
|
||||||
return bytesProcessed_;
|
return bytesProcessed_;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual bool installDelegate(const std::shared_ptr<StreamFilter>& filter)
|
virtual bool installDelegate(const std::unique_ptr<StreamFilter> filter) override
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue