Update src/Common/FileSegment.cpp

This commit is contained in:
alesapin 2022-04-15 11:55:05 +02:00 committed by GitHub
parent 3e42a1711d
commit 40e5ba21a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ bool FileSegment::isDownloader() const
return getCallerId() == downloader_id;
}
bool FileSegment::isDownloaderImpl(std::lock_guard<std::mutex> & /* segment+_lock */) const
bool FileSegment::isDownloaderImpl(std::lock_guard<std::mutex> & /* segment_lock */) const
{
return getCallerId() == downloader_id;
}