Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Silence possibly false positive cppcheck warning
  • Loading branch information
nyalldawson committed Apr 17, 2023
1 parent 25c9382 commit 9c74b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/maprenderer/qgsmaprendererjob.cpp
Expand Up @@ -106,6 +106,7 @@ LayerRenderJob::LayerRenderJob( LayerRenderJob &&other )
, estimatedRenderingTime( other.estimatedRenderingTime )
, errors( other.errors )
, layerId( other.layerId )
, maskPainter( nullptr ) // should this be other.maskPainter??
, maskRequiresLayerRasterization( other.maskRequiresLayerRasterization )
, maskJobs( other.maskJobs )
{
Expand Down

0 comments on commit 9c74b86

Please sign in to comment.