Skip to content

Commit

Permalink
Fix return value
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 9, 2024
1 parent 47593ca commit 063a847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasteriterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class CORE_EXPORT QgsRasterIterator
* \see blockCountWidth()
* \since QGIS 3.42
*/
int blockCountHeight() const { return mNumberBlocksWidth; }
int blockCountHeight() const { return mNumberBlocksHeight; }

/**
* Returns the total number of blocks required to iterate over the input raster.
Expand Down

0 comments on commit 063a847

Please sign in to comment.