summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-26 12:33:40 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-26 12:33:40 +0100
commitf68a5f1ddd60ade2ed9a68d180ecf553e94b853f (patch)
treea1eaa3823b76830559e3e8f7803c000dde8747f1 /src/wx/content_panel.h
parent98ca07e59feac950838412bfa7e5c2e3ddd71d7e (diff)
Fix multi-select in the timeline (#954).
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h1
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);