diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-26 12:33:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-26 12:33:40 +0100 |
| commit | f68a5f1ddd60ade2ed9a68d180ecf553e94b853f (patch) | |
| tree | a1eaa3823b76830559e3e8f7803c000dde8747f1 /src/wx/content_panel.h | |
| parent | 98ca07e59feac950838412bfa7e5c2e3ddd71d7e (diff) | |
Fix multi-select in the timeline (#954).
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index e1a66770c..e8b31b7f4 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -48,6 +48,7 @@ public: void set_film (boost::shared_ptr<Film>); void set_general_sensitivity (bool s); void set_selection (boost::weak_ptr<Content>); + void set_selection (ContentList cl); void film_changed (Film::Property p); void film_content_changed (int p); |
