Compare commits
1 Commits
libxml-cxx
...
libxml-cxx
Author | SHA1 | Date | |
---|---|---|---|
|
4109022250 |
@@ -1303,7 +1303,7 @@ namespace xml {
|
||||
for (xml::Node::size_type i(0); i<node->children(); ++i) {
|
||||
typename CONTAINER_TYPE::value_type tmp;
|
||||
Serialize::fromNode(&tmp, (*node)[i]); // reads into tmp
|
||||
this->push_back(tmp);
|
||||
push_back(tmp);
|
||||
}
|
||||
return is;
|
||||
}
|
||||
|
Reference in New Issue
Block a user