X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;h=28d6aa4bbf6b6d8118cd88784ce799066bd7157c;hb=fe47588e80b35c07fc25b1d9e79bc13b6e439ff0;hp=aa0c6ed531af796a4fdc54df2c4f83e8b3957262;hpb=e491397c0028a80ac4a48a92007f783746553c1a;p=dcpomatic.git diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index aa0c6ed53..28d6aa4bb 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -45,6 +45,7 @@ public: private: void edit_filters_clicked (); + void enable_colour_conversion_clicked (); void edit_colour_conversion_clicked (); void fade_in_changed (); void fade_out_changed (); @@ -62,6 +63,7 @@ private: wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; + wxCheckBox* _enable_colour_conversion; wxStaticText* _colour_conversion; wxButton* _colour_conversion_button; };