Skip to content

Commit

Permalink
[RPKG] The type is *quite* important
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Nov 30, 2023
1 parent 686b2f6 commit 8469876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search_localization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ uint32_t search_dlge_container(
}
case DLGE_Type::eDEIT_SequenceContainer: {
// Already checked the type, now to process the containers.
for (const &childContainer : container.at("containers")) {
for (const json& childContainer : container.at("containers")) {
results_count += search_dlge_container(childContainer, rpkg, hash_index, search_term);
}

Expand Down

0 comments on commit 8469876

Please sign in to comment.