Skip to content

Commit

Permalink
fix sip error
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 29, 2013
1 parent 81dacc7 commit bb97787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsfeaturerequest.sip
Expand Up @@ -33,7 +33,7 @@ class QgsFeatureRequest

//! Set feature ID that should be fetched.
QgsFeatureRequest& setFilterFid( qint64 fid );
const qint64& filterFid() const;
qint64 filterFid() const;

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

0 comments on commit bb97787

Please sign in to comment.