Added a comment

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

View file

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