Skip to content

Commit cc5de98

Browse files
author
mhugent
committed
Revert change in qgsvectorlayer.sip
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10847 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8f981f1 commit cc5de98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsvectorlayer.sip

+1-1
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)