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:
parent
6047045982
commit
e85a900974
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue