mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +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_)
|
||||
list_.push_back(DOM::Node<string_type, string_adaptor>(
|
||||
new NamespaceNodeImpl<string_type, string_adaptor>(context,
|
||||
"",
|
||||
string_adaptor::empty_string(),
|
||||
attr.getNodeValue())
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue