diff options
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 3 |
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; |
