Skip to content

Commit

Permalink
Update tests/src/analysis/testqgsinterpolator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Cloarec <vcloarec@gmail.com>
  • Loading branch information
2 people authored and nyalldawson committed May 29, 2021
1 parent 212d1f4 commit dbfa0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgsinterpolator.cpp
Expand Up @@ -288,7 +288,7 @@ void TestQgsInterpolator::dualEdge()

void TestQgsInterpolator::TIN_IDW_Interpolator_with_Z()
{
std::unique_ptr<QgsVectorLayer>mLayerPoint = std::make_unique<QgsVectorLayer>( QStringLiteral( "PointZ" ),
std::unique_ptr<QgsVectorLayer>mLayerPoint = qgis::make_unique<QgsVectorLayer>( QStringLiteral( "PointZ" ),
QStringLiteral( "point" ),
QStringLiteral( "memory" ) );

Expand Down

0 comments on commit dbfa0a8

Please sign in to comment.