mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-01 06:20:38 +01:00
*** empty log message ***
This commit is contained in:
parent
ee6e01956f
commit
1282e95604
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class basic_NamespaceSupport
|
||||||
void reset()
|
void reset()
|
||||||
{
|
{
|
||||||
contexts_.clear();
|
contexts_.clear();
|
||||||
contexts_.push_back(Conext());
|
contexts_.push_back(Context());
|
||||||
contexts_.back().insert(std::make_pair(nsc_.xml, nsc_.xmlns_uri));
|
contexts_.back().insert(std::make_pair(nsc_.xml, nsc_.xmlns_uri));
|
||||||
} // reset
|
} // reset
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue