Partial hacks to use of libdcp 1.0.
[dcpomatic.git] / src / lib / job.cc
index b543a043f0550cc176af9874834633dc678a9128..ce97ba2b2f13c6e2de3a8b69346fd752893995db 100644 (file)
@@ -66,7 +66,7 @@ Job::run_wrapper ()
 
                run ();
 
-       } catch (libdcp::FileError& e) {
+       } catch (dcp::FileError& e) {
                
                string m = String::compose (_("An error occurred whilst handling the file %1."), boost::filesystem::path (e.filename()).leaf());