Skip to content

Commit

Permalink
Avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 27, 2016
1 parent d4a482b commit c1750aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/geometry/qgsgeos.cpp
Expand Up @@ -1125,6 +1125,7 @@ GEOSGeometry* QgsGeos::asGeos( const QgsAbstractGeometryV2* geom, double precisi
break;
}
}
return nullptr;
}

QgsAbstractGeometryV2* QgsGeos::overlay( const QgsAbstractGeometryV2& geom, Overlay op, QString* errorMsg ) const
Expand Down

0 comments on commit c1750aa

Please sign in to comment.