diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timing_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index b5a0c43d4..0f9448b67 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -135,7 +135,7 @@ TimingPanel::trim_end_changed () void TimingPanel::content_selection_changed () { - VideoContentList sel = _editor->selected_video_content (); + ContentList sel = _editor->selected_content (); bool const single = sel.size() == 1; /* Things that are only allowed with single selections */ |
