summaryrefslogtreecommitdiff
path: root/src/wx/gain_calculator_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/gain_calculator_dialog.h')
-rw-r--r--src/wx/gain_calculator_dialog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/gain_calculator_dialog.h b/src/wx/gain_calculator_dialog.h
index e0d545660..98221082f 100644
--- a/src/wx/gain_calculator_dialog.h
+++ b/src/wx/gain_calculator_dialog.h
@@ -20,7 +20,6 @@
#include "table_dialog.h"
-#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
@@ -30,9 +29,9 @@ LIBDCP_ENABLE_WARNINGS
class GainCalculatorDialog : public TableDialog
{
public:
- explicit GainCalculatorDialog (wxWindow* parent);
+ explicit GainCalculatorDialog(wxWindow* parent);
- boost::optional<float> db_change () const;
+ boost::optional<float> db_change() const;
private:
wxChoice* _processor;