1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00

Fix build error in release.

This commit is contained in:
King_DuckZ 2017-08-18 00:38:49 +01:00
parent 6047045982
commit e85a900974

View file

@ -116,7 +116,7 @@ namespace din {
}
auto hashing = HashingTaskPtr(new stask::Hashing(file_src_task, false));
std::vector<FileRecordData> hashes = hashing->get_or_create();
const std::vector<FileRecordData>& hashes = hashing->get_or_create();
std::vector<HashNode> retval;
{