diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-02 15:31:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-02 15:31:54 +0000 |
| commit | 9c7a244ac08898b9e0b41454204bc4cba52c28e8 (patch) | |
| tree | 45bee7875afbf47508ceb97f5f70308b51eeffd0 /src/wx/audio_dialog.h | |
| parent | 79891687adcc6c8f0b8f5d4e5804da1b2cd8c29f (diff) | |
Fix crash on double-click of show-audio button.
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 8623192c4..b4257057d 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -47,4 +47,5 @@ private: wxCheckBox* _type_checkbox[AudioPoint::COUNT]; wxSlider* _smoothing; boost::signals2::scoped_connection _content_changed_connection; + boost::signals2::scoped_connection _analysis_finished_connection; }; |
