Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix python bindings of QgsGeometryRubberBand
  • Loading branch information
mhugent committed Oct 27, 2016
1 parent fdd0b66 commit fa7491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgsgeometryrubberband.sip
Expand Up @@ -54,7 +54,7 @@ class QgsGeometryRubberBand: QgsMapCanvasItem
~QgsGeometryRubberBand();

/** Sets geometry (takes ownership). Geometry is expected to be in map coordinates */
void setGeometry( QgsAbstractGeometryV2* geom );
void setGeometry( QgsAbstractGeometryV2* geom /Transfer/ );
/** Returns a pointer to the geometry*/
const QgsAbstractGeometryV2* geometry();
/** Moves vertex to new position (in map coordinates)*/
Expand Down

0 comments on commit fa7491f

Please sign in to comment.