summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-06-28 23:42:41 +0100
committerCarl Hetherington <cth@carlh.net>2017-06-29 11:26:56 +0100
commit84d5d65754b13de3998cfe048bb6a95ab95761a8 (patch)
tree1e8ce15d4829f1043e703b3e0c5785916aecc807 /src
parent29377b18a8cef724c8e2de2316a66ceae89a2e9a (diff)
White space.
Diffstat (limited to 'src')
-rw-r--r--src/wx/dcp_panel.cc2
1 files changed, 1 insertions, 1 deletions
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()) {