No-op; variable renaming.
[dcpomatic.git] / src / wx / content_menu.cc
index 2e9fe43fe6333568792dbeaf1e1845dffe57c41c..3cf9f23dcf636f2544fe7edf1668bb2fcee524b4 100644 (file)
@@ -78,9 +78,9 @@ ContentMenu::~ContentMenu ()
 }
 
 void
-ContentMenu::popup (weak_ptr<Film> f, ContentList c, TimelineContentViewList v, wxPoint p)
+ContentMenu::popup (weak_ptr<Film> film, ContentList c, TimelineContentViewList v, wxPoint p)
 {
-       _film = f;
+       _film = film;
        _content = c;
        _views = v;
        _repeat->Enable (!_content.empty ());