Kaydet (Commit) 34761d98 authored tarafından Noel Grandin's avatar Noel Grandin

add comment

Change-Id: I336e6ea9b08edaa7e9718f8af9c112b983eeaa58
üst 7d69c941
......@@ -451,6 +451,7 @@ void DrawXmlOptimizer::visit( PolyPolyElement& elem, const std::list< Element* >
elem.Action |= pNext->Action;
elem.Children.splice( elem.Children.end(), pNext->Children );
// workaround older compilers that do not have std::list::erase(const_iterator)
std::list< Element* > tmp;
tmp.splice( tmp.begin(), elem.Parent->Children, next_it, next_it);
delete pNext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment