Skip to content

Commit

Permalink
Take self by mut ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Feb 22, 2021
1 parent 9530b11 commit d25e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ impl Dataset {
///
/// [`GDALBuildOverviews`]: https://gdal.org/doxygen/gdal_8h.html#a767f4456a6249594ee18ea53f68b7e80
pub fn build_overviews(
&self,
&mut self,
resampling: &str,
overviews: &[i32],
bands: &[i32],
Expand Down

0 comments on commit d25e770

Please sign in to comment.