Skip to content

Commit 08b0f1b

Browse files
committed
fix windows build error
1 parent 1a70ddd commit 08b0f1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/qgsvectorlayerimport.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ typedef QgsVectorLayerImport::ImportError createEmptyLayer_t(
4747
const QgsCoordinateReferenceSystem *destCRS,
4848
bool overwrite,
4949
QMap<int, int> *oldToNewAttrIdx,
50-
QString *errorMessage = 0,
51-
const QMap<QString, QVariant> *options = 0
50+
QString *errorMessage,
51+
const QMap<QString, QVariant> *options
5252
);
5353

5454

0 commit comments

Comments
 (0)