diff --git a/src/compute/grid/types/cell_occupancy.rs b/src/compute/grid/types/cell_occupancy.rs index 5e011c64c..ff0727492 100644 --- a/src/compute/grid/types/cell_occupancy.rs +++ b/src/compute/grid/types/cell_occupancy.rs @@ -72,7 +72,7 @@ impl CellOccupancyMatrix { /// Determines whether the specified area fits within the tracks currently represented by the matrix pub fn is_area_in_range( - &mut self, + &self, primary_axis: AbsoluteAxis, primary_range: Range, secondary_range: Range,