Use CXX11_OVERRIDE

This commit is contained in:
Tatsuhiro Tsujikawa 2013-07-06 18:15:09 +09:00
parent 5c4f97b8a9
commit 81f46fbf92
274 changed files with 1640 additions and 1375 deletions

View file

@ -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;