diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 13:39:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 13:39:14 +0100 |
| commit | 3d9fdcf7e6a5d775a2688a071b69264b1a6971c7 (patch) | |
| tree | 78d875336b2320d01d136c446343b9e90a68bf2e /src/wx/timeline.h | |
| parent | 86461ade4087f8473c1e8b063907d92884813843 (diff) | |
Allow repeat of multiple stuff.
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 2 |
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; |
