Skip to content

Commit ab0800a

Browse files
manisandronyalldawson
authored andcommittedJun 30, 2016
Fix QgsCurvePolygon sip bindings
1 parent 449bb4f commit ab0800a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/geometry/qgscurvepolygonv2.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class QgsCurvePolygonV2: public QgsSurfaceV2
8080
virtual int vertexCount( int /*part*/ = 0, int ring = 0 ) const;
8181
virtual int ringCount( int /*part*/ = 0 ) const;
8282
virtual int partCount() const;
83-
virtual QgsPointV2 vertexAt( QgsVertexId id ) const;
83+
virtual QgsPointV2 vertexAt( const QgsVertexId& id ) const;
8484

8585
virtual bool addZValue( double zValue = 0 );
8686
virtual bool addMValue( double mValue = 0 );

0 commit comments

Comments
 (0)
Please sign in to comment.