1 Commits

Author SHA1 Message Date
Jenkins
d7c146dbbd Tagged from libxml-cxx.rpm #6 2012-01-16 15:08:04 +00:00

View File

@@ -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;
}