Runs.
[dcpomatic.git] / src / wx / audio_dialog.h
index 514faeea0e952ff83c716392d3aacf5a5514d2ee..3cb9c1726afcd72833187ebc1c4d9982d2cc21da 100644 (file)
@@ -25,6 +25,7 @@
 
 class AudioPlot;
 class Film;
+class Playlist;
 
 class AudioDialog : public wxDialog
 {
@@ -42,6 +43,7 @@ private:
        void setup_channels ();
 
        boost::shared_ptr<Film> _film;
+       boost::shared_ptr<Playlist> _playlist;
        AudioPlot* _plot;
        wxCheckBox* _channel_checkbox[MAX_AUDIO_CHANNELS];
        wxCheckBox* _type_checkbox[AudioPoint::COUNT];