X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Ffilm_viewer.h;h=0a535df9fdda804dd334f9793cc9171fec5d8702;hb=2e504b33eb9f38cac629ad31b7c107fb0cf5efda;hp=0e5c49c6d8ad91968e439a011ebea6844f7b2472;hpb=8353a009aae1a604251c0160193c39741c2fa27c;p=dcpomatic.git diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 0e5c49c6d..0a535df9f 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -87,7 +87,7 @@ private: bool _got_frame; /** Size of our output (including padding if we have any) */ - libdcp::Size _out_size; + dcp::Size _out_size; /** Size of the panel that we have available */ - libdcp::Size _panel_size; + dcp::Size _panel_size; };