Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 12, 2017
1 parent 18f85d9 commit d39427b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/processing/qgsnativealgorithms.cpp
Expand Up @@ -3230,7 +3230,7 @@ QgsWkbTypes::Type QgsBoundaryAlgorithm::outputWkbType( QgsWkbTypes::Type inputWk

case QgsWkbTypes::PointGeometry:
case QgsWkbTypes::UnknownGeometry:
case QgsWkbTypes::NoGeometry:
case QgsWkbTypes::NullGeometry:
outputWkb = QgsWkbTypes::NoGeometry;
break;
}
Expand Down

0 comments on commit d39427b

Please sign in to comment.