summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-14 13:40:35 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-14 13:40:35 +0000
commitb1e4b53ed5b674bb3b65390eba4c04873a8b9ec7 (patch)
tree9f3171a9290f1b6421ad284d6286b8d3da22c37a /src/wx/video_panel.h
parentd99ca0a95e61b53105f765497bc465a7420e7a47 (diff)
Add ratio control to multi-select.
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index 577bbf0e7..fb1f98b29 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -37,7 +37,6 @@ public:
private:
void edit_filters_clicked ();
- void ratio_changed ();
void edit_colour_conversion_clicked ();
void setup_description ();
@@ -47,7 +46,7 @@ private:
ContentSpinCtrl<VideoContent>* _right_crop;
ContentSpinCtrl<VideoContent>* _top_crop;
ContentSpinCtrl<VideoContent>* _bottom_crop;
- wxChoice* _ratio;
+ ContentChoice<VideoContent, Ratio const *>* _ratio;
wxStaticText* _ratio_description;
wxStaticText* _description;
wxStaticText* _filters;