Skip to content

Commit

Permalink
Merge pull request #7712 from m-kuhn/fixTheFix
Browse files Browse the repository at this point in the history
Initialize
  • Loading branch information
m-kuhn committed Aug 26, 2018
2 parents 821a8ff + 02b4f83 commit a6e0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaptoolcapture.h
Expand Up @@ -268,7 +268,7 @@ class GUI_EXPORT QgsMapToolCapture : public QgsMapToolAdvancedDigitizing
QList< QgsGeometry::Error > mGeomErrors;
QList< QgsVertexMarker * > mGeomErrorMarkers;

bool mCaptureModeFromLayer;
bool mCaptureModeFromLayer = false;

std::unique_ptr<QgsSnapIndicator> mSnapIndicator;

Expand Down

0 comments on commit a6e0e39

Please sign in to comment.