mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Use CXX11_OVERRIDE
This commit is contained in:
parent
5c4f97b8a9
commit
81f46fbf92
274 changed files with 1640 additions and 1375 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
virtual std::shared_ptr<Piece> getMissingPiece
|
||||
(const std::shared_ptr<Peer>& peer,
|
||||
const std::vector<size_t>& exlucdedIndexes,
|
||||
cuid_t cuid)
|
||||
cuid_t cuid) CXX11_OVERRIDE
|
||||
{
|
||||
if(missingIndexes.empty()) {
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue