Partial hacks to use of libdcp 1.0.
[dcpomatic.git] / src / wx / film_viewer.cc
index deee65a5fca4dc07f7d401f0234386d9937257cf..d88f88f5ef6efc5ecc6181fbc034263ffbfcd454 100644 (file)
@@ -51,7 +51,7 @@ using std::make_pair;
 using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
 using boost::weak_ptr;
-using libdcp::Size;
+using dcp::Size;
 
 FilmViewer::FilmViewer (shared_ptr<Film> f, wxWindow* p)
        : wxPanel (p)