summaryrefslogtreecommitdiff
path: root/src/wx/audio_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-22 14:29:08 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-22 14:29:31 +0100
commit31f491c0f13d23506fd810f61982976a9a60e44d (patch)
tree76fad30419e4f75fabc5581bbcc988c9366bae0d /src/wx/audio_dialog.h
parent8031edf0ce27b75727438e504128448b0884b426 (diff)
Select active channels on opening audio analysis (#802).
Diffstat (limited to 'src/wx/audio_dialog.h')
-rw-r--r--src/wx/audio_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h
index 0f791dc16..8320171ce 100644
--- a/src/wx/audio_dialog.h
+++ b/src/wx/audio_dialog.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2016 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
@@ -45,6 +45,7 @@ private:
boost::shared_ptr<AudioAnalysis> _analysis;
boost::weak_ptr<Film> _film;
+ boost::weak_ptr<AudioContent> _content;
int _channels;
boost::shared_ptr<const Playlist> _playlist;
AudioPlot* _plot;