Skip to content

Commit

Permalink
Fix building grass
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 30, 2017
1 parent 59c3b86 commit 7c5811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/qgis.v.in.cpp
Expand Up @@ -279,7 +279,7 @@ int main( int argc, char **argv )
}
else if ( geometryType == QgsWkbTypes::Polygon )
{
QgsPolygonXYpolygon = geometry.asPolygon();
QgsPolygonXY polygon = geometry.asPolygon();
Q_FOREACH ( const QgsPolylineXY &polyline, polygon )
{
writePolyline( map, GV_BOUNDARY, polyline, cats );
Expand Down

0 comments on commit 7c5811c

Please sign in to comment.