From 8d44b90a8b8281a8175f3d11b21c3d8eefbfc27f Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Wed, 31 Dec 2008 17:29:57 +0000 Subject: [PATCH] Removed a spurious lumiera:: --- src/gui/widgets/timeline/timeline-layout-helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);