Code review fix

This commit is contained in:
Chris Crook 2018-07-06 22:39:56 +12:00 committed by Nyall Dawson
parent 3be864e369
commit 7beb368dd2

View File

@ -227,7 +227,7 @@ class QgsDelimitedTextProvider : public QgsVectorDataProvider
QString mWktFieldName;
QString mXFieldName;
QString mYFieldName;
bool mDetectTypes;
bool mDetectTypes = true;
mutable int mXFieldIndex = -1;
mutable int mYFieldIndex = -1;