Navigation Menu

Skip to content

Commit

Permalink
Fix a (harmless) build warning
Browse files Browse the repository at this point in the history
(cherry picked from commit 2c278f3)
  • Loading branch information
nyalldawson committed Oct 30, 2018
1 parent 2ca28f3 commit dc25ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mesh/qgsmeshvectorrenderer.cpp
Expand Up @@ -202,7 +202,7 @@ bool QgsMeshVectorRenderer::calcVectorLineEnd(

double QgsMeshVectorRenderer::calcExtentBufferSize() const
{
double buffer;
double buffer = 0;
switch ( mCfg.shaftLengthMethod() )
{
case QgsMeshRendererVectorSettings::ArrowScalingMethod::MinMax:
Expand Down

0 comments on commit dc25ca0

Please sign in to comment.