Commit 8a6c345b authored by Christian Semmler's avatar Christian Semmler

add remote ref to schemaMap_

parent 67a17cfd
......@@ -1673,6 +1673,7 @@ private:
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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment