Skip to content

Commit

Permalink
Merge 8a6c345 into 67a17cf
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Mar 23, 2018
2 parents 67a17cf + 8a6c345 commit 1ac3d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rapidjson/schema.h
Expand Up @@ -1673,6 +1673,7 @@ class GenericSchemaDocument {
if (const SchemaType* sc = remoteDocument->GetSchema(pointer)) {
if (schema)
*schema = sc;
new (schemaMap_.template Push<SchemaEntry>()) SchemaEntry(source, const_cast<SchemaType*>(sc), false, allocator_);
return true;
}
}
Expand Down

0 comments on commit 1ac3d69

Please sign in to comment.