From 84d5d65754b13de3998cfe048bb6a95ab95761a8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Jun 2017 23:42:41 +0100 Subject: [PATCH] White space. --- src/wx/dcp_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 91ffe365f..8b1758cc6 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -692,7 +692,7 @@ DCPPanel::make_video_panel () _j2k_bandwidth->Bind (wxEVT_SPINCTRL, boost::bind (&DCPPanel::j2k_bandwidth_changed, this)); /* Also listen to wxEVT_TEXT so that typing numbers directly in is always noticed */ _j2k_bandwidth->Bind (wxEVT_TEXT, boost::bind (&DCPPanel::j2k_bandwidth_changed, this)); - _resolution->Bind (wxEVT_CHOICE, boost::bind (&DCPPanel::resolution_changed, this)); + _resolution->Bind (wxEVT_CHOICE, boost::bind (&DCPPanel::resolution_changed, this)); _three_d->Bind (wxEVT_CHECKBOX, boost::bind (&DCPPanel::three_d_changed, this)); BOOST_FOREACH (Ratio const * i, Ratio::containers()) { -- 2.30.2