diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-10 22:02:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-11 11:58:15 +0100 |
| commit | 23583dfb56181c76126e652042e9d1940367aa27 (patch) | |
| tree | e4e0711ea1b132aacee524e54014497ece5e9916 /src/wx/timing_panel.h | |
| parent | 2a0ad7979b208f84916b13f7a37998aa3701e371 (diff) | |
Partial split of film viewer.
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index 961f04a40..1a9f5d3fd 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -26,7 +26,7 @@ class FilmViewer; class TimingPanel : public ContentSubPanel { public: - TimingPanel (ContentPanel *, FilmViewer* viewer); + TimingPanel (ContentPanel *, ControlFilmViewer* viewer); void film_changed (Film::Property); void film_content_changed (int); @@ -48,7 +48,7 @@ private: void setup_sensitivity (); void add_to_grid (); - FilmViewer* _viewer; + ControlFilmViewer* _viewer; wxStaticText* _h_label; wxStaticText* _m_label; |
