Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build error
  • Loading branch information
mhugent committed Jul 24, 2015
1 parent ebe4f92 commit 69eb7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsgeometryrubberband.h
Expand Up @@ -75,7 +75,7 @@ class GUI_EXPORT QgsGeometryRubberBand: public QgsMapCanvasItem
/** Sets outline width*/
void setOutlineWidth( int width );
/** Sets pen style*/
void setLineStyle( Qt::PenStyle penStyle )
void setLineStyle( Qt::PenStyle penStyle );
/** Sets brush style*/
void setBrushStyle( Qt::BrushStyle brushStyle );
/** Sets vertex marker icon type*/
Expand Down

0 comments on commit 69eb7eb

Please sign in to comment.