Skip to content

Commit fa7491f

Browse files
committed
Fix python bindings of QgsGeometryRubberBand
1 parent fdd0b66 commit fa7491f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/gui/qgsgeometryrubberband.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class QgsGeometryRubberBand: QgsMapCanvasItem
5454
~QgsGeometryRubberBand();
5555

5656
/** Sets geometry (takes ownership). Geometry is expected to be in map coordinates */
57-
void setGeometry( QgsAbstractGeometryV2* geom );
57+
void setGeometry( QgsAbstractGeometryV2* geom /Transfer/ );
5858
/** Returns a pointer to the geometry*/
5959
const QgsAbstractGeometryV2* geometry();
6060
/** Moves vertex to new position (in map coordinates)*/

0 commit comments

Comments
 (0)