summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-10-08 20:41:35 +0100
committerCarl Hetherington <cth@carlh.net>2018-10-08 20:41:35 +0100
commit276dcd0813277b46a336e12ec6e1a9b86ee4ee18 (patch)
tree6429f767ed39cc56c861c8c8de8dfc00eb27f172 /src/wx/audio_panel.h
parent92f024ea58c7279b8096e5e9f60f9cb2613e8a91 (diff)
Try to fix crash reported in active_jobs_changed.
Diffstat (limited to 'src/wx/audio_panel.h')
-rw-r--r--src/wx/audio_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h
index 56b6fbe84..09aae0552 100644
--- a/src/wx/audio_panel.h
+++ b/src/wx/audio_panel.h
@@ -67,4 +67,5 @@ private:
AudioDialog* _audio_dialog;
boost::signals2::scoped_connection _mapping_connection;
+ boost::signals2::scoped_connection _active_jobs_connection;
};