diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-30 09:35:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-30 09:35:38 +0200 |
| commit | 4b76291eb0328840de4c5938a1be6340e5dea0fe (patch) | |
| tree | 2327d825cd1c380dc476c264f81724f56fa4beeb | |
| parent | f37c1e40dcd5186c5aee95a4b0e6607c1b0045e4 (diff) | |
Fix macOS build.
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index d862bcd24..0e6e908b3 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -804,7 +804,7 @@ FilmViewer::set_optimise_for_j2k (bool o) void -FilmViewer::set_crop_guess (Rect<float> crop) +FilmViewer::set_crop_guess (dcpomatic::Rect<float> crop) { if (crop != _crop_guess) { _crop_guess = crop; |
