Skip to content

Commit

Permalink
Fixup:e9a37e9
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 22, 2013
1 parent 788a3f1 commit c5cb0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgscachedfeatureiterator.cpp
Expand Up @@ -48,7 +48,7 @@ QgsCachedFeatureIterator::QgsCachedFeatureIterator( QgsVectorLayerCache *vlCache

mFeatureIdIterator = mFeatureIds.constBegin();

if ( mFeatureIdIterator == featureIds.constEnd() )
if ( mFeatureIdIterator == mFeatureIds.constEnd() )
close();
}

Expand Down

0 comments on commit c5cb0ba

Please sign in to comment.