Kaydet (Commit) 83c2f4c8 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Get it to build after updating liborcus from latest master.

Change-Id: Ie9cace11bf869777ff0986d38e856e68ad8fdb57
üst c85b1974
......@@ -311,8 +311,9 @@ bool ScOrcusFiltersImpl::loadXMLStructure(
if (aStrm.empty())
return false;
orcus::xmlns_repository aNsRepo; // xml namespace repository.
orcus::xml_structure_tree aXmlTree(aNsRepo);
orcus::xmlns_repository repo; // xml namespace repository.
orcus::xmlns_context cxt = repo.create_context();
orcus::xml_structure_tree aXmlTree(cxt);
try
{
aXmlTree.parse(&aStrm[0], aStrm.size());
......
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