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 dbfa0a8 commit 7e5596c
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 7e5596c

Please sign in to comment.