No-op; variable renaming.
[dcpomatic.git] / src / lib / writer.cc
index 5c711ef9224db8c422198d65361feb002ebc7b71..8643b0def14886807a95fad9755b58461df45215 100644 (file)
@@ -74,8 +74,8 @@ using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
 
-Writer::Writer (shared_ptr<const Film> f, weak_ptr<Job> j)
-       : _film (f)
+Writer::Writer (shared_ptr<const Film> film, weak_ptr<Job> j)
+       : _film (film)
        , _job (j)
        , _first_nonexistant_frame (0)
        , _thread (0)