Skip to content
Commit 5e420c96 authored by Kjell Ahlstedt's avatar Kjell Ahlstedt
Browse files

Gtk::TreeIter: Make a real const_iterator

Rewrite the whole TreeIter class hierarchy, including TreeRow and
TreeNodeChildren. TreeRow and TreeNodeChildren (a TreeRow container) are no
longer subclasses of TreeIter. TreeIter is a template class, instantiated as
TreeIter<TreeRow> and TreeIter<const TreeRow> to get TreeNodeChildren::iterator
and TreeNodeChildren::const_iterator, a.k.a. TreeModel::iterator and
TreeModel::const_iterator. Bug #134520
parent 5828aa21
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