Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 22, 2021
1 parent cda03d8 commit e87c2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrasseditrenderer.cpp
Expand Up @@ -56,7 +56,7 @@ QgsGrassEditRenderer::QgsGrassEditRenderer()

// first/last vertex marker to distinguish vertices from nodes
QgsMarkerLineSymbolLayer *firstVertexMarkerLine = new QgsMarkerLineSymbolLayer( false );
QgsSimpleMarkerSymbolLayer *markerSymbolLayer = new QgsSimpleMarkerSymbolLayer( QgsSimpleMarkerSymbolLayerBase::Cross2, 2 );
QgsSimpleMarkerSymbolLayer *markerSymbolLayer = new QgsSimpleMarkerSymbolLayer( Qgis::MarkerShape::Cross2, 2 );
markerSymbolLayer->setColor( QColor( 255, 0, 0 ) );
markerSymbolLayer->setStrokeColor( QColor( 255, 0, 0 ) );
markerSymbolLayer->setStrokeWidth( 0.5 );
Expand Down

0 comments on commit e87c2d6

Please sign in to comment.