[ox/mc] Fix MC test's incorrect reporting of number of fields

This commit is contained in:
Gary Talent 2019-02-09 07:39:55 +00:00
parent a0290c315a
commit 1a2733f5ce

View File

@ -53,7 +53,7 @@ int ioOp(T *io, TestStructNest *obj) {
template<typename T>
int ioOp(T *io, TestStruct *obj) {
int err = 0;
io->setFields(13);
io->setFields(14);
err |= io->op("Bool", &obj->Bool);
err |= io->op("Int", &obj->Int);
err |= io->op("Int1", &obj->Int1);