Skip to content

Commit

Permalink
Changed variable type for path_hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-W4 committed Oct 25, 2024
1 parent 512c77f commit 3c9eb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cista/containers/rtree.h
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ struct rtree {
return;
}

size_t h = 0;
uint32_t h = 0;
h = path_hint_[depth];
rect crect;
if (h < delete_node.count_) {
Expand Down

0 comments on commit 3c9eb85

Please sign in to comment.