fix sip error

This commit is contained in:
Juergen E. Fischer 2013-01-29 08:50:35 +01:00
parent 81dacc726d
commit bb97787c65

View File

@ -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 );