Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Code review fix
  • Loading branch information
ccrook authored and nyalldawson committed Jul 19, 2018
1 parent 3be864e commit 7beb368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/delimitedtext/qgsdelimitedtextprovider.h
Expand Up @@ -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;
Expand Down

0 comments on commit 7beb368

Please sign in to comment.