Skip to content

Commit

Permalink
Update src/core/pointcloud/qgspointcloudlayerprofilegenerator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored Oct 23, 2024
1 parent c3c04e5 commit 4216979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pointcloud/qgspointcloudlayerprofilegenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ bool QgsPointCloudLayerProfileGenerator::generateProfile( const QgsProfileGenera
return false;
}

for ( QgsPointCloudIndex *pc : indexes )
for ( QgsPointCloudIndex *pc : std::as_const( indexes ) )
{
const IndexedPointCloudNode root = pc->root();
const QgsRectangle rootNodeExtentLayerCoords = pc->nodeMapExtent( root );
Expand Down

0 comments on commit 4216979

Please sign in to comment.