diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-16 14:20:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-16 14:20:20 +0100 |
| commit | 6fde256f30f7d1a3fcf54f8b546bfcb6454205ac (patch) | |
| tree | c22b1166c739e7c588ef68f30a06e52bc79614d3 | |
| parent | a70a25584e94369874b652dfa5a35656f9c44279 (diff) | |
Disambiguate Rect to 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 e2f09f238..8ad2b6eb5 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; |
