Click on the timeline time axis view moves the playhead (#2369).
[dcpomatic.git] / src / wx / content_panel.h
index 1d303718031e6e1082bb4e8b76772d553b31504d..4ce68aea55a05da8791c51f47f8eefa6515efc5e 100644 (file)
@@ -31,11 +31,12 @@ LIBDCP_ENABLE_WARNINGS
 
 
 class AudioPanel;
+class ContentListCtrl;
 class ContentSubPanel;
 class Film;
 class FilmEditor;
 class FilmViewer;
-class LimitedSplitter;
+class LimitedContentPanelSplitter;
 class TextPanel;
 class TimelineDialog;
 class TimingPanel;
@@ -115,10 +116,10 @@ private:
 
        std::list<ContentSubPanel *> panels () const;
 
-       LimitedSplitter* _splitter;
+       LimitedContentPanelSplitter* _splitter;
        wxPanel* _top_panel;
        wxNotebook* _notebook;
-       wxListCtrl* _content;
+       ContentListCtrl* _content;
        wxButton* _add_file;
        wxButton* _add_folder;
        wxButton* _add_dcp;