Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 1, 2021
1 parent 9b3b180 commit 22f6a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfscapabilities.cpp
Expand Up @@ -656,7 +656,7 @@ void QgsWfsCapabilities::capabilitiesReplyFinished()
emit gotCapabilities();
}

QString QgsWfsCapabilities::NormalizeSRSName( QString crsName )
QString QgsWfsCapabilities::NormalizeSRSName( const QString &crsName )
{
const QRegularExpression re( QRegularExpression::anchoredPattern( QStringLiteral( "urn:ogc:def:crs:([^:]+).+?([^:]+)" ) ), QRegularExpression::CaseInsensitiveOption );
if ( const QRegularExpressionMatch match = re.match( crsName ); match.hasMatch() )
Expand Down

0 comments on commit 22f6a46

Please sign in to comment.