diff --git a/src/gui/widgets/timeline/timeline-layout-helper.cpp b/src/gui/widgets/timeline/timeline-layout-helper.cpp index 41c9fc12e..148132c16 100644 --- a/src/gui/widgets/timeline/timeline-layout-helper.cpp +++ b/src/gui/widgets/timeline/timeline-layout-helper.cpp @@ -63,7 +63,7 @@ TimelineLayoutHelper::add_branch( BOOST_FOREACH(shared_ptr child, parent->get_child_tracks()) { - lumiera::tree< shared_ptr >::iterator_base + tree< shared_ptr >::iterator_base child_iterator = layoutTree.append_child(parent_iterator, child); add_branch(child_iterator, child);