summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index 99633491d..16ecb7e2e 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -37,6 +37,7 @@ public:
private:
void edit_filters_clicked ();
+ void enable_colour_conversion_clicked ();
void edit_colour_conversion_clicked ();
void setup_description ();
@@ -50,6 +51,7 @@ private:
wxStaticText* _description;
wxStaticText* _filters;
wxButton* _filters_button;
+ wxCheckBox* _enable_colour_conversion;
wxStaticText* _colour_conversion;
wxButton* _colour_conversion_button;
};