Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 12, 2021
1 parent e733b51 commit 9d51444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -2188,7 +2188,7 @@ void QgsOracleProvider::appendGeomParam( const QgsGeometry &geom, QSqlQuery &qry
}

QgsPoint p;
QgsVertexId::VertexType ignored;
Qgis::VertexType ignored;
lineCurve->pointAt( i, p, ignored );
g.ordinates << p.x();
g.ordinates << p.y();
Expand Down

0 comments on commit 9d51444

Please sign in to comment.