Skip to content

Commit 0446d44

Browse files
committed
(tidy) Fix clang-tidy error
1 parent a0c7281 commit 0446d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cpp_common/combinations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ get_combinations(
153153
std::map<int64_t , std::set<int64_t>>
154154
get_combinations(
155155
const std::string &combinations_sql,
156-
ArrayType* startsArr, ArrayType* endsArr, bool normal, bool is_matrix) {
156+
ArrayType* startsArr, ArrayType* endsArr, bool normal, bool &is_matrix) {
157157
using pgrouting::pgget::get_intSet;
158158
using pgrouting::pgget::get_combinations;
159159
std::map<int64_t, std::set<int64_t>> result;

0 commit comments

Comments
 (0)