X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fgain_calculator_dialog.h;h=e0d545660f85997f7eaeba7c23b35b50110e4d7d;hb=e87f943433216d294b22853411eca5c582be1066;hp=c68e9426fd4ef43197327cc838a7e127aaacc3b5;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/wx/gain_calculator_dialog.h b/src/wx/gain_calculator_dialog.h index c68e9426f..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: - GainCalculatorDialog (wxWindow* parent); + explicit GainCalculatorDialog (wxWindow* parent); - float actual_fader () const; - float wanted_fader () const; + boost::optional db_change () const; private: + wxChoice* _processor; wxTextCtrl* _wanted; wxTextCtrl* _actual; };