mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Try to fix build failure on clang
This commit is contained in:
parent
5be060fe85
commit
d27cbe7f3f
@ -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
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user