Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
const correctness
(cherry picked from commit 92f6eda)
  • Loading branch information
alexbruy committed Feb 5, 2019
1 parent a4a672b commit 9a5143d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wcs/qgswcscapabilities.cpp
Expand Up @@ -800,7 +800,7 @@ bool QgsWcsCapabilities::parseDescribeCoverageDom10( QByteArray const &xml, QgsW
}

// exclude invalid CRSs from the lists
for ( const QString &crsid : crsList )
for ( const QString &crsid : qgis::as_const( crsList ) )
{
if ( QgsCoordinateReferenceSystem::fromOgcWmsCrs( crsid ).isValid() )
{
Expand Down

0 comments on commit 9a5143d

Please sign in to comment.