Partial hacks to use of libdcp 1.0.
[dcpomatic.git] / src / lib / job.cc
index 66fa3755dfb69d3c751a15cde8c868d083927339..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());
 
@@ -204,7 +204,7 @@ Job::set_state (State s)
        }
 }
 
-/** @return Time (in seconds) that this sub-job has been running */
+/** @return DCPTime (in seconds) that this sub-job has been running */
 int
 Job::elapsed_time () const
 {