mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix Coverity uninitialized variable warning
This commit is contained in:
parent
e0ae7efe7c
commit
8c538218f9
@ -28,6 +28,8 @@ QgsTransectSample::QgsTransectSample()
|
||||
, mShareBaseline( false )
|
||||
, mMinDistanceUnits( Meters )
|
||||
, mMinTransectLength( 0.0 )
|
||||
, mBaselineBufferDistance( -1.0 )
|
||||
, mBaselineSimplificationTolerance( -1.0 )
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user