summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-30 09:35:38 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-30 09:35:38 +0200
commit4b76291eb0328840de4c5938a1be6340e5dea0fe (patch)
tree2327d825cd1c380dc476c264f81724f56fa4beeb
parentf37c1e40dcd5186c5aee95a4b0e6607c1b0045e4 (diff)
Fix macOS build.
-rw-r--r--src/wx/film_viewer.cc2
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;