satisfy all compilers 2
This commit is contained in:
parent
32722fa31d
commit
24b9b7e276
@ -1898,7 +1898,7 @@ private:
|
|||||||
return resval;
|
return resval;
|
||||||
}
|
}
|
||||||
// No match, continue looking
|
// No match, continue looking
|
||||||
for (typename ValueType::ConstMemberIterator m = doc.MemberBegin(); m != doc.MemberEnd(); ++m) {
|
for (m = doc.MemberBegin(); m != doc.MemberEnd(); ++m) {
|
||||||
if (m->value.GetType() == kObjectType || m->value.GetType() == kArrayType) {
|
if (m->value.GetType() == kObjectType || m->value.GetType() == kArrayType) {
|
||||||
resval = FindId(m->value, finduri, resptr, localuri, full, here.Append(m->name.GetString(), m->name.GetStringLength(), allocator_));
|
resval = FindId(m->value, finduri, resptr, localuri, full, here.Append(m->name.GetString(), m->name.GetStringLength(), allocator_));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user