1 Commits

Author SHA1 Message Date
Jenkins
a4ef60ea17 Tagged from libxml-cxx.deb #9 2012-01-16 15:06:10 +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;
}