Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QgsRenderContext: in copy cstor, initialize mDisabledSymbolLayers mem…
…ber variable to its default value to make cppcheck happy
  • Loading branch information
rouault committed Jun 1, 2020
1 parent f36cc6f commit c3ec56b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsrendercontext.cpp
Expand Up @@ -64,6 +64,7 @@ QgsRenderContext::QgsRenderContext( const QgsRenderContext &rh )
, mRenderedFeatureHandlers( rh.mRenderedFeatureHandlers )
, mHasRenderedFeatureHandlers( rh.mHasRenderedFeatureHandlers )
, mCustomRenderingFlags( rh.mCustomRenderingFlags )
, mDisabledSymbolLayers()
#ifdef QGISDEBUG
, mHasTransformContext( rh.mHasTransformContext )
#endif
Expand Down

0 comments on commit c3ec56b

Please sign in to comment.