Skip to content

Commit

Permalink
QgsGeometryGapCheck: initialize member variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored and nyalldawson committed May 29, 2020
1 parent 4059119 commit 2676779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/vector/geometry_checker/qgsgeometrygapcheck.h
Expand Up @@ -145,7 +145,7 @@ class ANALYSIS_EXPORT QgsGeometryGapCheck : public QgsGeometryCheck
const double mGapThresholdMapUnits;
QgsWeakMapLayerPointer mAllowedGapsLayer;
std::unique_ptr<QgsVectorLayerFeatureSource> mAllowedGapsSource;
double mAllowedGapsBuffer;
double mAllowedGapsBuffer = 0;

};

Expand Down

0 comments on commit 2676779

Please sign in to comment.