Skip to content

Commit 1c2c900

Browse files
committedFeb 10, 2015
Fix warning
1 parent 4938fe7 commit 1c2c900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectorlayerfeatureiterator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ QgsFeatureIterator QgsVectorLayerFeatureSource::getFeatures( const QgsFeatureReq
8787

8888
QgsVectorLayerFeatureIterator::QgsVectorLayerFeatureIterator( QgsVectorLayerFeatureSource* source, bool ownSource, const QgsFeatureRequest& request )
8989
: QgsAbstractFeatureIteratorFromSource<QgsVectorLayerFeatureSource>( source, ownSource, request )
90-
, mEditGeometrySimplifier( 0 )
9190
, mFetchedFid( false )
91+
, mEditGeometrySimplifier( 0 )
9292
{
9393

9494
// prepare joins: may add more attributes to fetch (in order to allow join)

0 commit comments

Comments
 (0)
Please sign in to comment.