mirror of https://github.com/aria2/aria2
MultiUrlRequestInfo: Remove virtual from dtor
parent
68f2a33355
commit
5c4f97b8a9
|
@ -87,7 +87,7 @@ public:
|
|||
const std::shared_ptr<OutputFile>& summaryOut,
|
||||
const std::shared_ptr<UriListParser>& uriListParser);
|
||||
|
||||
virtual ~MultiUrlRequestInfo();
|
||||
~MultiUrlRequestInfo();
|
||||
|
||||
// Returns FINISHED if all downloads have completed, otherwise returns the
|
||||
// last download result.
|
||||
|
|
Loading…
Reference in New Issue