Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 13, 2017
1 parent b282b89 commit 975d730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsmulticurve.h
Expand Up @@ -67,7 +67,7 @@ class CORE_EXPORT QgsMultiCurve: public QgsGeometryCollection

QgsWkbTypes::Type flatType = QgsWkbTypes::flatType( geom->wkbType() );
if ( flatType == QgsWkbTypes::MultiCurve
||  flatType == QgsWkbTypes::MultiLineString )
|| flatType == QgsWkbTypes::MultiLineString )
return static_cast<const QgsMultiCurve *>( geom );
return nullptr;
}
Expand Down

0 comments on commit 975d730

Please sign in to comment.