summaryrefslogtreecommitdiff
path: root/src/lib/scp_dcp_job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/scp_dcp_job.cc')
-rw-r--r--src/lib/scp_dcp_job.cc6
1 files changed, 3 insertions, 3 deletions
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 <cth@carlh.net>
+ Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
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<const Film> f)
- : Job (f)
+SCPDCPJob::SCPDCPJob (shared_ptr<const Film> film)
+ : Job (film)
, _status (_("Waiting"))
{