mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
fixed for other than std::strings
This commit is contained in:
parent
6a04f6ba58
commit
73d0cdaef9
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ public:
|
||||||
if(attr.getNodeName() == xmlns_prefix_)
|
if(attr.getNodeName() == xmlns_prefix_)
|
||||||
list_.push_back(DOM::Node<string_type, string_adaptor>(
|
list_.push_back(DOM::Node<string_type, string_adaptor>(
|
||||||
new NamespaceNodeImpl<string_type, string_adaptor>(context,
|
new NamespaceNodeImpl<string_type, string_adaptor>(context,
|
||||||
"",
|
string_adaptor::empty_string(),
|
||||||
attr.getNodeValue())
|
attr.getNodeValue())
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue