Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Remove unneeded variable"
This reverts commit 768f0e8.
  • Loading branch information
m-kuhn committed Feb 5, 2016
1 parent bc8a2e4 commit 20ea3e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/qgsvectorfilewriter.cpp
Expand Up @@ -1724,6 +1724,9 @@ bool QgsVectorFileWriter::addFeature( QgsFeature& feature, QgsFeatureRendererV2*

OGRFeatureH QgsVectorFileWriter::createFeature( QgsFeature& feature )
{
QgsLocaleNumC l; // Make sure the decimal delimiter is a dot
Q_UNUSED( l );

OGRFeatureH poFeature = OGR_F_Create( OGR_L_GetLayerDefn( mLayer ) );

qint64 fid = FID_TO_NUMBER( feature.id() );
Expand Down

0 comments on commit 20ea3e2

Please sign in to comment.