summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index a50f8e692..99094788f 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -76,7 +76,7 @@ private:
void repeat (wxCommandEvent &);
boost::shared_ptr<View> event_to_view (wxMouseEvent &);
- boost::shared_ptr<ContentView> selected () const;
+ std::list<boost::shared_ptr<ContentView> > selected () const;
FilmEditor* _film_editor;
boost::weak_ptr<Film> _film;