Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / wx / audio_panel.h
index 00b06442e75dc7a56ee9aeda498257f7ec75eb21..47deaf261e6777f5e48143b28674f401a495f3ed 100644 (file)
@@ -45,7 +45,10 @@ private:
        void setup_description ();
        void setup_peak ();
        void active_jobs_changed (boost::optional<std::string>);
+       void setup_sensitivity ();
+       void reference_clicked ();
 
+       wxCheckBox* _reference;
        wxButton* _show;
        ContentSpinCtrlDouble<AudioContent>* _gain;
        wxButton* _gain_calculate_button;