Skip to content

Commit

Permalink
Try to fix build failure on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 25, 2017
1 parent 5be060f commit d27cbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsfeaturerequest.sip
Expand Up @@ -233,7 +233,7 @@ class QgsFeatureRequest

sipCpp->setInvalidGeometryCallback([a0](const QgsFeature &arg) {
SIP_BLOCK_THREADS
Py_XDECREF( sipCallMethod(NULL, a0, "D", arg, sipType_QgsFeature, NULL) );
Py_XDECREF( sipCallMethod(NULL, a0, "D", &arg, sipType_QgsFeature, NULL) );
SIP_UNBLOCK_THREADS
});

Expand Down

0 comments on commit d27cbe7

Please sign in to comment.