No-op; variable renaming.
[dcpomatic.git] / src / wx / dcp_panel.cc
index 0a7f3c810287c875dc89d6b5f2b59f2bd44d9e67..11db3466fd74d482f0d707351a4bac13d44b84fc 100644 (file)
@@ -48,9 +48,9 @@ using std::make_pair;
 using boost::lexical_cast;
 using boost::shared_ptr;
 
-DCPPanel::DCPPanel (wxNotebook* n, boost::shared_ptr<Film> f)
+DCPPanel::DCPPanel (wxNotebook* n, boost::shared_ptr<Film> film)
        : _audio_dialog (0)
-       , _film (f)
+       , _film (film)
        , _generally_sensitive (true)
 {
        _panel = new wxPanel (n);