Fix build error

This commit is contained in:
Marco Hugentobler 2015-07-24 08:50:22 +02:00
parent ebe4f92ba9
commit 69eb7ebe62

View File

@ -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*/