Partial split of film viewer.
[dcpomatic.git] / src / wx / timing_panel.cc
index fac6bced94644a0936851c6e3fb903ec296edb66..f64a84f7a15231e891871e5d71d7e86223bd6ed9 100644 (file)
@@ -44,7 +44,7 @@ using boost::dynamic_pointer_cast;
 using boost::optional;
 using dcp::locale_convert;
 
-TimingPanel::TimingPanel (ContentPanel* p, FilmViewer* viewer)
+TimingPanel::TimingPanel (ContentPanel* p, ControlFilmViewer* viewer)
        /* horrid hack for apparent lack of context support with wxWidgets i18n code */
        /// TRANSLATORS: translate the word "Timing" here; do not include the "Timing|" prefix
        : ContentSubPanel (p, S_("Timing|Timing"))