Skip to content

Commit

Permalink
Fix QgsCurvePolygon sip bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro authored and nyalldawson committed Jun 6, 2016
1 parent 768fc2c commit f077f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/geometry/qgscurvepolygonv2.sip
Expand Up @@ -87,7 +87,7 @@ class QgsCurvePolygonV2: public QgsSurfaceV2
virtual int vertexCount( int /*part*/ = 0, int ring = 0 ) const; virtual int vertexCount( int /*part*/ = 0, int ring = 0 ) const;
virtual int ringCount( int /*part*/ = 0 ) const; virtual int ringCount( int /*part*/ = 0 ) const;
virtual int partCount() const; virtual int partCount() const;
virtual QgsPointV2 vertexAt( QgsVertexId id ) const; virtual QgsPointV2 vertexAt( const QgsVertexId& id ) const;


virtual bool addZValue( double zValue = 0 ); virtual bool addZValue( double zValue = 0 );
virtual bool addMValue( double mValue = 0 ); virtual bool addMValue( double mValue = 0 );
Expand Down

0 comments on commit f077f1a

Please sign in to comment.