diff options
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index 8003a5bd7..a5bfef4ca 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -55,4 +55,6 @@ private: AudioMappingView* _mapping; wxStaticText* _description; AudioDialog* _audio_dialog; + + boost::signals2::scoped_connection _mapping_connection; }; |
