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/content_panel.h | |
| parent | 5b7c8b06f7d9ea910020b4620c234cf0dce95a66 (diff) | |
Potential fix for crash on loading a new film after starting an audio analysis.
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index fe48e1e93..e1a66770c 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -32,6 +32,7 @@ class wxListEvent; class TimelineDialog; class FilmEditor; class ContentSubPanel; +class AudioPanel; class Film; class FilmViewer; @@ -93,7 +94,7 @@ private: wxButton* _later; wxButton* _timeline; ContentSubPanel* _video_panel; - ContentSubPanel* _audio_panel; + AudioPanel* _audio_panel; ContentSubPanel* _subtitle_panel; ContentSubPanel* _timing_panel; std::list<ContentSubPanel *> _panels; |
