From 23583dfb56181c76126e652042e9d1940367aa27 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 10 Sep 2018 22:02:09 +0100 Subject: Partial split of film viewer. --- src/wx/video_waveform_plot.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wx/video_waveform_plot.cc') diff --git a/src/wx/video_waveform_plot.cc b/src/wx/video_waveform_plot.cc index ad0498057..c3d44a0cd 100644 --- a/src/wx/video_waveform_plot.cc +++ b/src/wx/video_waveform_plot.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -19,7 +19,7 @@ */ #include "video_waveform_plot.h" -#include "film_viewer.h" +#include "control_film_viewer.h" #include "wx_util.h" #include "lib/image.h" #include "lib/dcp_video.h" @@ -42,7 +42,7 @@ int const VideoWaveformPlot::_vertical_margin = 8; int const VideoWaveformPlot::_pixel_values = 4096; int const VideoWaveformPlot::_x_axis_width = 52; -VideoWaveformPlot::VideoWaveformPlot (wxWindow* parent, weak_ptr film, FilmViewer* viewer) +VideoWaveformPlot::VideoWaveformPlot (wxWindow* parent, weak_ptr film, ControlFilmViewer* viewer) : wxPanel (parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE) , _film (film) , _dirty (true) -- cgit v1.2.3