Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 533526 | Differences between
and this patch

Collapse All | Expand All

(-)a/bindings/python/mapnik_text_placement.cpp (-1 / +5 lines)
Lines 194-200 struct ListNodeWrap: formatting::list_node, wrapper<formatting::list_node> Link Here
194
    ListNodeWrap(object l) : formatting::list_node(), wrapper<formatting::list_node>()
194
    ListNodeWrap(object l) : formatting::list_node(), wrapper<formatting::list_node>()
195
    {
195
    {
196
        stl_input_iterator<formatting::node_ptr> begin(l), end;
196
        stl_input_iterator<formatting::node_ptr> begin(l), end;
197
        children_.insert(children_.end(), begin, end);
197
        while (begin != end)
198
        {
199
            children_.push_back(*begin);
200
            ++begin;
201
        }
198
    }
202
    }
199
203
200
    /* TODO: Add constructor taking variable number of arguments.
204
    /* TODO: Add constructor taking variable number of arguments.

Return to bug 533526