diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-25 11:38:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-25 11:38:15 +0100 |
| commit | 45a523803b72cf132b44b6feec543e3587becf3a (patch) | |
| tree | 336aea4db3519643299b3552e524f4c1b74814b2 /src/wx/audio_dialog.h | |
| parent | 8b05d71534e5e27ef4514af781a9e9d1259e7c03 (diff) | |
Prevent infinite loop of audio analysis if it is cancelled.
Diffstat (limited to 'src/wx/audio_dialog.h')
| -rw-r--r-- | src/wx/audio_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index c69baf282..62811091a 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -39,6 +39,7 @@ private: void type_clicked (wxCommandEvent &); void smoothing_changed (wxScrollEvent &); void try_to_load_analysis (); + void analysis_finished (); boost::shared_ptr<AudioContent> _content; AudioPlot* _plot; |
