mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Adjust data type
This commit is contained in:
parent
bb8e47fc84
commit
d0d381a024
@ -151,7 +151,7 @@ public:
|
||||
|
||||
QgsField& operator[](int i) /Factory/;
|
||||
%MethodCode
|
||||
int idx = sipConvertFromSequenceIndex(a0, sipCpp->count());
|
||||
SIP_SSIZE_T idx = sipConvertFromSequenceIndex(a0, sipCpp->count());
|
||||
if (idx < 0)
|
||||
sipIsErr = 1;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user