bugfix; refs #11
This commit is contained in:
		| @@ -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 | ||||
|           push_back(tmp); | ||||
|           this->push_back(tmp); | ||||
|         } | ||||
|         return is; | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user