Disambiguate Rect to fix macOS build.
authorCarl Hetherington <cth@carlh.net>
Sun, 16 Jan 2022 13:20:20 +0000 (14:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 16 Jan 2022 13:20:20 +0000 (14:20 +0100)
src/wx/film_viewer.cc

index e2f09f238d42fd0c43f11ec0b0b99883bfbeb77f..8ad2b6eb50081aafd7a9c9851481a0703b2717c1 100644 (file)
@@ -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;