Skip to content

Commit

Permalink
Fix incorrect argument order in header
Browse files Browse the repository at this point in the history
No actual bug fixed by this -- both arguments are always true
wherever this object is used
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Apr 10, 2023
1 parent 6fca53c commit 445b077
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 445b077

Please sign in to comment.