Skip to content

Commit

Permalink
fix windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Sep 15, 2011
1 parent 1a70ddd commit 08b0f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsvectorlayerimport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ typedef QgsVectorLayerImport::ImportError createEmptyLayer_t(
const QgsCoordinateReferenceSystem *destCRS,
bool overwrite,
QMap<int, int> *oldToNewAttrIdx,
QString *errorMessage = 0,
const QMap<QString, QVariant> *options = 0
QString *errorMessage,
const QMap<QString, QVariant> *options
);


Expand Down

0 comments on commit 08b0f1b

Please sign in to comment.