From ab0800ad88a1fade1afac89aee9c6f4555561e58 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 14 Mar 2016 17:17:12 +0100 Subject: [PATCH] Fix QgsCurvePolygon sip bindings --- python/core/geometry/qgscurvepolygonv2.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/geometry/qgscurvepolygonv2.sip b/python/core/geometry/qgscurvepolygonv2.sip index 861b84a67eff..4843e166093d 100644 --- a/python/core/geometry/qgscurvepolygonv2.sip +++ b/python/core/geometry/qgscurvepolygonv2.sip @@ -80,7 +80,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 );