X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fscp_dcp_job.cc;fp=src%2Flib%2Fscp_dcp_job.cc;h=d71ec6fd207aaa5a3e9a04e9c953ca43c31d3295;hp=5aade6382d13b3442dee91ca94f98cb7fad05838;hb=53eea12d3e0d7925d5949de92859bc358ee0adcc;hpb=dfce73ef2de0d912507a0d7819f8b469202852f5 diff --git a/src/lib/scp_dcp_job.cc b/src/lib/scp_dcp_job.cc index 5aade6382..d71ec6fd2 100644 --- a/src/lib/scp_dcp_job.cc +++ b/src/lib/scp_dcp_job.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -98,8 +98,8 @@ public: }; -SCPDCPJob::SCPDCPJob (shared_ptr f) - : Job (f) +SCPDCPJob::SCPDCPJob (shared_ptr film) + : Job (film) , _status (_("Waiting")) {