Skip to content

Commit f91f2d4

Browse files
committedJan 29, 2013
Merge branch 'master' of github.com:qgis/Quantum-GIS
2 parents a00e413 + bb97787 commit f91f2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/qgsfeaturerequest.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class QgsFeatureRequest
3333

3434
//! Set feature ID that should be fetched.
3535
QgsFeatureRequest& setFilterFid( qint64 fid );
36-
const qint64& filterFid() const;
36+
qint64 filterFid() const;
3737

3838
//! Set flags that affect how features will be fetched
3939
QgsFeatureRequest& setFlags( Flags flags );

0 commit comments

Comments
 (0)
Please sign in to comment.