diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-16 00:51:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-16 00:51:15 +0100 |
| commit | 1dd9fb73e28f079fb0d4ee46ab3e18008e42aca2 (patch) | |
| tree | d664e31fc4331e0c0311e7657ff1a4323eb03a88 /src/wx/audio_panel.h | |
| parent | 5b7c8b06f7d9ea910020b4620c234cf0dce95a66 (diff) | |
Potential fix for crash on loading a new film after starting an audio analysis.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index aabfd71c1..fe9f1cdec 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -38,6 +38,7 @@ public: void film_changed (Film::Property); void film_content_changed (int); void content_selection_changed (); + void set_film (boost::shared_ptr<Film>); private: void show_clicked (); |
