Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build warning
  • Loading branch information
nyalldawson committed Oct 25, 2017
1 parent c70a47e commit 72321c9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -176,7 +176,7 @@ namespace QgsGeometryCheckerUtils

std::unique_ptr<QgsGeometryEngine> createGeomEngine( const QgsAbstractGeometry *geometry, double tolerance )
{
return std::move( qgis::make_unique<QgsGeos>( geometry, tolerance ) );
return qgis::make_unique<QgsGeos>( geometry, tolerance );
}

QgsAbstractGeometry *getGeomPart( QgsAbstractGeometry *geom, int partIdx )
Expand Down

0 comments on commit 72321c9

Please sign in to comment.