Skip to content

Commit

Permalink
Fix clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 10, 2023
1 parent 4998f24 commit f3d9842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tiledscene/qgstiledscenelayerrenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class CORE_EXPORT QgsTiledSceneLayerRenderer: public QgsMapLayerRenderer
QgsCoordinateReferenceSystem mSceneCrs;
QgsTiledSceneBoundingVolume mLayerBoundingVolume;

std::unique_ptr<QgsFeedback> mFeedback = nullptr;
std::unique_ptr<QgsFeedback> mFeedback;
};

#endif // QGSTILEDSCENELAYERRENDERER_H

0 comments on commit f3d9842

Please sign in to comment.