Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Coverity uninitialized variable warning
  • Loading branch information
nyalldawson committed Jul 22, 2015
1 parent e0ae7ef commit 8c53821
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analysis/vector/qgstransectsample.cpp
Expand Up @@ -28,6 +28,8 @@ QgsTransectSample::QgsTransectSample()
, mShareBaseline( false )
, mMinDistanceUnits( Meters )
, mMinTransectLength( 0.0 )
, mBaselineBufferDistance( -1.0 )
, mBaselineSimplificationTolerance( -1.0 )
{
}

Expand Down

0 comments on commit 8c53821

Please sign in to comment.