Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
jef-n committed Jan 29, 2019
1 parent b19e0bd commit 532d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -2344,7 +2344,7 @@ namespace QgsWms
features << feature;

// search attributes to export (one time only)
if ( not attributes.isEmpty() )
if ( !attributes.isEmpty() )
continue;

const QDomNodeList attributesNode = featureNode.elementsByTagName( QStringLiteral( "Attribute" ) );
Expand Down

0 comments on commit 532d1dd

Please sign in to comment.