Fix build on Debian 9.
authorCarl Hetherington <cth@carlh.net>
Thu, 12 May 2022 20:34:05 +0000 (22:34 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 12 May 2022 20:34:05 +0000 (22:34 +0200)
src/wx/film_viewer.cc

index 0e6e908b3245c88fb8e9851e4e898a452c8d64bb..5102697935b6565b1d1598079acafab871de05cd 100644 (file)
@@ -816,7 +816,7 @@ FilmViewer::set_crop_guess (dcpomatic::Rect<float> crop)
 void
 FilmViewer::unset_crop_guess ()
 {
-       _crop_guess = {};
+       _crop_guess = boost::none;
        _video_view->update ();
 }