Added a comment

This commit is contained in:
Joel Holdsworth 2009-01-02 11:39:45 +00:00
parent 325a2101e7
commit c05f0fbbfb

View file

@ -102,7 +102,8 @@ TimelineLayoutHelper::header_from_point(const Gdk::Point &point)
point.get_y() < rect.get_y() + rect.get_height()) point.get_y() < rect.get_y() + rect.get_height())
return pair.first; return pair.first;
} }
// No track was found - return an empty pointer
return shared_ptr<timeline::Track>(); return shared_ptr<timeline::Track>();
} }