Skip to content

Commit fc6f55b

Browse files
committedOct 15, 2018
Initialize to nullptr
1 parent b4626fd commit fc6f55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsgeometryvalidationdock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class QgsGeometryValidationDock : public QgsDockWidget, public Ui_QgsGeometryVal
7878
QgsRubberBand *mFeatureRubberband = nullptr;
7979
QgsRubberBand *mErrorRubberband = nullptr;
8080
QgsRubberBand *mErrorLocationRubberband = nullptr;
81-
QgsVectorLayer *mCurrentLayer;
81+
QgsVectorLayer *mCurrentLayer = nullptr;
8282
};
8383

8484
#endif // QGSGEOMETRYVALIDATIONPANEL_H

0 commit comments

Comments
 (0)
Please sign in to comment.