Skip to content

Commit

Permalink
Merge pull request #52617 from qgis/backport-52614-to-release-3_30
Browse files Browse the repository at this point in the history
[Backport release-3_30] Fix incorrect argument order in header
  • Loading branch information
rouault committed Apr 12, 2023
2 parents bdbe1e9 + eb0f1d3 commit 8cd847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmsprovider.h
Expand Up @@ -648,8 +648,8 @@ class QgsWmsTiledImageDownloadHandler : public QObject
QImage *image,
const QgsRectangle &viewExtent,
double sourceResolution,
bool resamplingEnabled,
bool smoothPixmapTransform,
bool resamplingEnabled,
QgsRasterBlockFeedback *feedback );
~QgsWmsTiledImageDownloadHandler() override;

Expand Down

0 comments on commit 8cd847c

Please sign in to comment.