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 Jun 21, 2021
1 parent 30fbfe2 commit 5165cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgsinterpolator.cpp
Expand Up @@ -359,7 +359,7 @@ void TestQgsInterpolator::TIN_IDW_Interpolator_with_Z()

void TestQgsInterpolator::TIN_IDW_Interpolator_with_attribute()
{
std::unique_ptr<QgsVectorLayer>mLayerPoint = std::make_unique<QgsVectorLayer>( QStringLiteral( "Point?field=ZValue:real" ),
std::unique_ptr<QgsVectorLayer>mLayerPoint = qgis::make_unique<QgsVectorLayer>( QStringLiteral( "Point?field=ZValue:real" ),
QStringLiteral( "point" ),
QStringLiteral( "memory" ) );

Expand Down

0 comments on commit 5165cfd

Please sign in to comment.