Skip to content

Commit

Permalink
Initialize to nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 15, 2018
1 parent b4626fd commit fc6f55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsgeometryvalidationdock.h
Expand Up @@ -78,7 +78,7 @@ class QgsGeometryValidationDock : public QgsDockWidget, public Ui_QgsGeometryVal
QgsRubberBand *mFeatureRubberband = nullptr;
QgsRubberBand *mErrorRubberband = nullptr;
QgsRubberBand *mErrorLocationRubberband = nullptr;
QgsVectorLayer *mCurrentLayer;
QgsVectorLayer *mCurrentLayer = nullptr;
};

#endif // QGSGEOMETRYVALIDATIONPANEL_H

0 comments on commit fc6f55b

Please sign in to comment.