Merge master.
[dcpomatic.git] / src / wx / film_viewer.h
index 0e5c49c6d8ad91968e439a011ebea6844f7b2472..0a535df9fdda804dd334f9793cc9171fec5d8702 100644 (file)
@@ -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;
 };