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/lib/audio_content.h | |
| parent | 79891687adcc6c8f0b8f5d4e5804da1b2cd8c29f (diff) | |
Fix crash on double-click of show-audio button.
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index b100d7aba..ca4a1f234 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -58,7 +58,7 @@ public: virtual AudioMapping audio_mapping () const = 0; virtual void set_audio_mapping (AudioMapping) = 0; - void analyse_audio (boost::function<void()>); + boost::signals2::connection analyse_audio (boost::function<void()>); boost::filesystem::path audio_analysis_path () const; void set_audio_gain (float); |
