X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcolour_conversion_editor.h;h=a987cb3a9029ad045e11dd2cb90d529c6a041423;hb=aeb835a18c8df347e0ed68fb24631b320abeb611;hp=b7467a70a1341ba7f66dd11047abfae68396bfec;hpb=1cdedd1c19bd34f1c41043f9bbeae39cb54a0ed8;p=dcpomatic.git diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index b7467a70a..a987cb3a9 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -49,7 +49,7 @@ private: void set_spin_ctrl (wxSpinCtrlDouble *, double); std::map _last_spin_ctrl_value; - + wxSpinCtrlDouble* _input_gamma; wxSpinCtrlDouble* _input_power; wxTextCtrl* _input_threshold; @@ -70,7 +70,6 @@ private: wxTextCtrl* _adjusted_white_y; wxStaticText* _rgb_to_xyz[3][3]; wxStaticText* _bradford[3][3]; - wxSpinCtrlDouble* _output_gamma; }; #endif