mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-01-19 08:46:42 +01:00
Fix errors introduced during rebase
This commit is contained in:
parent
9f94ad5883
commit
e2a011edc0
@ -930,8 +930,9 @@ private:
|
||||
|
||||
// TODO: Need to detect degenerate circular references
|
||||
resolveThenPopulateSchema(rootSchema, newRootNode,
|
||||
referencedAdapter, schema, boost::none, actualJsonPointer,
|
||||
fetchDoc, parentSchema, ownName, docCache, schemaCache);
|
||||
referencedAdapter, subschema, boost::none,
|
||||
actualJsonPointer, fetchDoc, parentSchema, ownName,
|
||||
docCache, schemaCache);
|
||||
|
||||
} else {
|
||||
const AdapterType &referencedAdapter =
|
||||
@ -940,7 +941,7 @@ private:
|
||||
|
||||
// TODO: Need to detect degenerate circular references
|
||||
resolveThenPopulateSchema(rootSchema, rootNode, referencedAdapter,
|
||||
schema, boost::none, actualJsonPointer, fetchDoc,
|
||||
subschema, boost::none, actualJsonPointer, fetchDoc,
|
||||
parentSchema, ownName, docCache, schemaCache);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user