diff options
Diffstat (limited to 'src/wx/dcp_panel.cc')
| -rw-r--r-- | src/wx/dcp_panel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 0a7f3c810..11db3466f 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -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); |
