Navigation Menu

Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 25, 2021
1 parent 1dd2ca9 commit af10d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/gui/testqgsrubberband.cpp
Expand Up @@ -232,7 +232,7 @@ void TestQgsRubberband::testClose()

void TestQgsRubberband::testSymbolRender()
{
std::unique_ptr< QgsMapCanvas > canvas = qgis::make_unique< QgsMapCanvas >();
std::unique_ptr< QgsMapCanvas > canvas = std::make_unique< QgsMapCanvas >();
canvas->setDestinationCrs( QgsCoordinateReferenceSystem( QStringLiteral( "EPSG:4326" ) ) );
canvas->setFrameStyle( 0 );
canvas->resize( 600, 400 );
Expand Down

0 comments on commit af10d8c

Please sign in to comment.