Fix QgsCurvePolygon sip bindings

This commit is contained in:
Sandro Mani 2016-03-14 17:17:12 +01:00 committed by Nyall Dawson
parent 768fc2c790
commit f077f1a560

View File

@ -87,7 +87,7 @@ class QgsCurvePolygonV2: public QgsSurfaceV2
virtual int vertexCount( int /*part*/ = 0, int ring = 0 ) const;
virtual int ringCount( int /*part*/ = 0 ) 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 addMValue( double mValue = 0 );