Skip to content

Commit

Permalink
no &
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Oct 23, 2020
1 parent 4363e20 commit 6172206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -1552,7 +1552,7 @@ bool QgsOgrProvider::addFeaturePrivate( QgsFeature &f, Flags flags )
}

QgsAttributes attributes = f.attributes();
const QgsFields &qgisFields { f.fields() };
const QgsFields qgisFields { f.fields() };

QgsLocaleNumC l;

Expand Down

0 comments on commit 6172206

Please sign in to comment.