diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-19 09:25:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-19 09:25:33 +0100 |
| commit | 53eea12d3e0d7925d5949de92859bc358ee0adcc (patch) | |
| tree | af933c37720c0c68f4911b73fb22e289da990682 /src/wx/content_panel.h | |
| parent | dfce73ef2de0d912507a0d7819f8b469202852f5 (diff) | |
No-op; variable renaming.
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index d48ee26c1..bb7353a9b 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -43,7 +43,7 @@ public: return _film; } - void set_film (boost::shared_ptr<Film> f); + void set_film (boost::shared_ptr<Film>); void set_general_sensitivity (bool s); void set_selection (boost::weak_ptr<Content>); |
