Windows #include.
[dcpomatic.git] / src / wx / video_waveform_plot.h
index d0bfc40ae4462ff25ee4ce8a499c56df81555172..3801860740008cf82550a5431f4d50de46893100 100644 (file)
@@ -30,12 +30,12 @@ namespace dcp {
 class PlayerVideo;
 class Image;
 class Film;
-class ControlFilmViewer;
+class FilmViewer;
 
 class VideoWaveformPlot : public wxPanel
 {
 public:
-       VideoWaveformPlot (wxWindow* parent, boost::weak_ptr<const Film> film, ControlFilmViewer* viewer);
+       VideoWaveformPlot (wxWindow* parent, boost::weak_ptr<const Film> film, boost::weak_ptr<FilmViewer> viewer);
 
        void set_enabled (bool e);
        void set_component (int c);