X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fcolour_conversion_editor.cc;h=a615b666ada22ad01ebe5435feb59a6490ddd22b;hp=46bf77a8ec7ccb80455771af747ab95c062951e4;hb=28111007e2e6fd62f5810be780706ae1618bd33f;hpb=c7d77490382d6ddb625340c05b57487cde244f96 diff --git a/src/wx/colour_conversion_editor.cc b/src/wx/colour_conversion_editor.cc index 46bf77a8e..a615b666a 100644 --- a/src/wx/colour_conversion_editor.cc +++ b/src/wx/colour_conversion_editor.cc @@ -267,7 +267,7 @@ ColourConversionEditor::set (ColourConversion conversion) checked_set (_input, 2); } - _yuv_to_rgb->SetSelection (conversion.yuv_to_rgb ()); + _yuv_to_rgb->SetSelection (static_cast(conversion.yuv_to_rgb())); _ignore_chromaticity_changed = true;