Skip to content

Commit a10199c

Browse files
author
wonder
committedOct 11, 2007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsvectorlayer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ QgsVectorLayer::QgsVectorLayer(QString vectorLayerPath,
8888
QString providerKey)
8989
: QgsMapLayer(VECTOR, baseName, vectorLayerPath),
9090
mUpdateThreshold(0), // XXX better default value?
91+
mDataProvider(NULL),
9192
mProviderKey(providerKey),
9293
mEditable(false),
9394
mModified(false),

0 commit comments

Comments
 (0)
Please sign in to comment.