summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-19 13:57:44 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-19 13:57:44 +0100
commitc9c205039cd9f505f3fbff73d63285557678217f (patch)
tree07fa915639c4758c050ec32edd7ded37107cbb3c /src
parent4408e6eea87ce9630e71e4a7d40e2dade091b0ee (diff)
White space.
Diffstat (limited to 'src')
-rw-r--r--src/wx/video_panel.cc2
1 files changed, 1 insertions, 1 deletions
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));
}