Skip to content

Commit ead5be4

Browse files
author
vlad0x00
committed
Use references with strings
1 parent bac357c commit ead5be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RResolver/BloomFilters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ loadReads(const std::vector<std::string>& readFilepaths, int r)
147147
i++;
148148
}
149149

150-
for (const auto path : readFilepaths) {
150+
for (const auto& path : readFilepaths) {
151151
uint64_t currentReadCount = 0;
152152
uint64_t totalReadCount = 0;
153153
size_t readSizesNum = ReadSize::readSizes.size();

0 commit comments

Comments
 (0)