diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-10 22:57:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-11 11:58:15 +0100 |
| commit | 54ef7357a87885ec329a25e758fb6b132816ec67 (patch) | |
| tree | 96efd338e028c50d1cf273b8a94ceae41f3144ec /src/wx/video_waveform_dialog.cc | |
| parent | 23583dfb56181c76126e652042e9d1940367aa27 (diff) | |
Fix build.
Diffstat (limited to 'src/wx/video_waveform_dialog.cc')
| -rw-r--r-- | src/wx/video_waveform_dialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/video_waveform_dialog.cc b/src/wx/video_waveform_dialog.cc index 5e3b95008..28efe5125 100644 --- a/src/wx/video_waveform_dialog.cc +++ b/src/wx/video_waveform_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington <cth@carlh.net> + Copyright (C) 2015-2018 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -20,7 +20,7 @@ #include "video_waveform_dialog.h" #include "video_waveform_plot.h" -#include "film_viewer.h" +#include "control_film_viewer.h" #include "wx_util.h" #include <boost/bind.hpp> #include <iostream> |
