X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fjob.cc;h=a312e738124d93b2e6aa518df0ce0db790f68a17;hb=85c65bd422742813992686c17a5e1b718cc3c449;hp=76976df322c1c3778bcac915709ea39a871f5d68;hpb=eed40e4e5ca46bbc31a9833d2b766c96c11b0254;p=dcpomatic.git diff --git a/src/lib/job.cc b/src/lib/job.cc index 76976df32..a312e7381 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -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 {