Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust data type
  • Loading branch information
m-kuhn committed Jun 16, 2013
1 parent bb8e47f commit d0d381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsfield.sip
Expand Up @@ -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
Expand Down

0 comments on commit d0d381a

Please sign in to comment.