Change field descriptor offset type to size_t

This commit is contained in:
Ivan Smirnov 2016-07-03 10:22:10 +01:00
parent 511401599c
commit eeb4c043f9

View File

@ -232,7 +232,7 @@ DECL_FMT(std::complex<double>, NPY_CDOUBLE_, "complex128");
struct field_descriptor {
const char *name;
int offset;
size_t offset;
object descr;
};