We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449bb4f commit ab0800aCopy full SHA for ab0800a
python/core/geometry/qgscurvepolygonv2.sip
@@ -80,7 +80,7 @@ class QgsCurvePolygonV2: public QgsSurfaceV2
80
virtual int vertexCount( int /*part*/ = 0, int ring = 0 ) const;
81
virtual int ringCount( int /*part*/ = 0 ) const;
82
virtual int partCount() const;
83
- virtual QgsPointV2 vertexAt( QgsVertexId id ) const;
+ virtual QgsPointV2 vertexAt( const QgsVertexId& id ) const;
84
85
virtual bool addZValue( double zValue = 0 );
86
virtual bool addMValue( double mValue = 0 );
0 commit comments