No-op; variable renaming.
[dcpomatic.git] / src / lib / job.cc
index 286b38456a8c0b82891e67d8b698cfaf4fedde64..25ff0aa4cf887e0422fb9e470b0fbd2b0b0f424c 100644 (file)
@@ -41,8 +41,8 @@ using boost::optional;
 
 #define LOG_ERROR_NC(...) _film->log()->log (__VA_ARGS__, Log::TYPE_ERROR);
 
-Job::Job (shared_ptr<const Film> f)
-       : _film (f)
+Job::Job (shared_ptr<const Film> film)
+       : _film (film)
        , _thread (0)
        , _state (NEW)
        , _start_time (0)