summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-19 13:39:14 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-19 13:39:14 +0100
commit3d9fdcf7e6a5d775a2688a071b69264b1a6971c7 (patch)
tree78d875336b2320d01d136c446343b9e90a68bf2e /src/wx/timeline.h
parent86461ade4087f8473c1e8b063907d92884813843 (diff)
Allow repeat of multiple stuff.
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;