diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-07 03:03:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-22 23:59:43 +0100 |
| commit | 0254f2d12acb2ff8d770b4e47dc15599d145fe17 (patch) | |
| tree | f7240c24914ce89920f5f36636f2d771a417798c /src/wx/video_waveform_plot.h | |
| parent | 0060e0f1969823e4329b15a92e130c8790a2e9d5 (diff) | |
Put Image into the dcpomatic namespace.
Diffstat (limited to 'src/wx/video_waveform_plot.h')
| -rw-r--r-- | src/wx/video_waveform_plot.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h index 36ec63d8a..dc35e54b4 100644 --- a/src/wx/video_waveform_plot.h +++ b/src/wx/video_waveform_plot.h @@ -31,7 +31,9 @@ namespace dcp { } class PlayerVideo; -class Image; +namespace dcpomatic { + class Image; +} class Film; class FilmViewer; @@ -61,7 +63,7 @@ private: std::weak_ptr<const Film> _film; std::shared_ptr<dcp::OpenJPEGImage> _image; - std::shared_ptr<const Image> _waveform; + std::shared_ptr<const dcpomatic::Image> _waveform; bool _dirty = true; bool _enabled = false; int _component = 0; |
