Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/core/providers/ogr/qgsogrprovider.cpp
  • Loading branch information
nyalldawson committed Oct 9, 2020
1 parent bacd987 commit 064778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -1658,7 +1658,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 064778d

Please sign in to comment.