From c9c205039cd9f505f3fbff73d63285557678217f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 Aug 2018 13:57:44 +0100 Subject: [PATCH] White space. --- src/wx/video_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 2c6b4597d..666c65bd4 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -252,7 +252,7 @@ VideoPanel::VideoPanel (ContentPanel* p) _reference->Bind (wxEVT_CHECKBOX, boost::bind (&VideoPanel::reference_clicked, this)); _filters_button->Bind (wxEVT_BUTTON, boost::bind (&VideoPanel::edit_filters_clicked, this)); - _colour_conversion->Bind (wxEVT_CHOICE, boost::bind (&VideoPanel::colour_conversion_changed, this)); + _colour_conversion->Bind (wxEVT_CHOICE, boost::bind (&VideoPanel::colour_conversion_changed, this)); _edit_colour_conversion_button->Bind (wxEVT_BUTTON, boost::bind (&VideoPanel::edit_colour_conversion_clicked, this)); } -- 2.30.2