Skip to content

Commit cfd97ad

Browse files
author
mhugent
committedMay 25, 2009
Revert change in qgsvectorlayer.sip
git-svn-id: http://svn.osgeo.org/qgis/trunk@10847 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 74be489 commit cfd97ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/qgsvectorlayer.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public:
165165
bool fetchGeometry = true,
166166
bool useIntersect = false);
167167

168-
bool nextFeature(QgsFeature& feature /Out/ );
168+
bool nextFeature(QgsFeature& feature);
169169

170170

171171
/**Gets the feature at the given feature id. Considers the changed, added, deleted and permanent features

0 commit comments

Comments
 (0)
Please sign in to comment.