Navigation Menu

Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 17, 2017
1 parent e4dab7c commit e0d1ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/geometry/qgsgeometryfactory.cpp
Expand Up @@ -61,6 +61,7 @@ std::unique_ptr<QgsAbstractGeometry> QgsGeometryFactory::geomFromWkb( QgsConstWk
{
Q_UNUSED( e );
QgsDebugMsg( "WKB exception: " + e.what() );
geom.reset();
}
}

Expand Down

0 comments on commit e0d1ddc

Please sign in to comment.