X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fgain_calculator_dialog.h;h=e0d545660f85997f7eaeba7c23b35b50110e4d7d;hb=865316f0129c85cdd0248b87502fe97dec94b3f0;hp=e1ed026b8744a71635a68ca9d1a9c985e8e71fdc;hpb=a69d242f3f00207d6ea7320e6723775f4b0dbfb3;p=dcpomatic.git diff --git a/src/wx/gain_calculator_dialog.h b/src/wx/gain_calculator_dialog.h index e1ed026b8..e0d545660 100644 --- a/src/wx/gain_calculator_dialog.h +++ b/src/wx/gain_calculator_dialog.h @@ -18,18 +18,24 @@ */ -#include + #include "table_dialog.h" +#include +LIBDCP_DISABLE_WARNINGS +#include +LIBDCP_ENABLE_WARNINGS +#include + class GainCalculatorDialog : public TableDialog { public: explicit GainCalculatorDialog (wxWindow* parent); - float actual_fader () const; - float wanted_fader () const; + boost::optional db_change () const; private: + wxChoice* _processor; wxTextCtrl* _wanted; wxTextCtrl* _actual; };