summaryrefslogtreecommitdiff
path: root/src/wx/video_waveform_plot.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-10 22:57:33 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-11 11:58:15 +0100
commit54ef7357a87885ec329a25e758fb6b132816ec67 (patch)
tree96efd338e028c50d1cf273b8a94ceae41f3144ec /src/wx/video_waveform_plot.h
parent23583dfb56181c76126e652042e9d1940367aa27 (diff)
Fix build.
Diffstat (limited to 'src/wx/video_waveform_plot.h')
-rw-r--r--src/wx/video_waveform_plot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h
index 023a698a8..d0bfc40ae 100644
--- a/src/wx/video_waveform_plot.h
+++ b/src/wx/video_waveform_plot.h
@@ -30,7 +30,7 @@ namespace dcp {
class PlayerVideo;
class Image;
class Film;
-class FilmViewer;
+class ControlFilmViewer;
class VideoWaveformPlot : public wxPanel
{