No-op; variable renaming.
[dcpomatic.git] / src / lib / scp_dcp_job.cc
index 5aade6382d13b3442dee91ca94f98cb7fad05838..d71ec6fd207aaa5a3e9a04e9c953ca43c31d3295 100644 (file)
@@ -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"))
 {