diff options
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 2f0c97cb7..99633491d 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -41,12 +41,12 @@ private: void setup_description (); - ContentChoice<VideoContent, VideoFrameType>* _frame_type; - ContentSpinCtrl<VideoContent>* _left_crop; - ContentSpinCtrl<VideoContent>* _right_crop; - ContentSpinCtrl<VideoContent>* _top_crop; - ContentSpinCtrl<VideoContent>* _bottom_crop; - ContentChoice<VideoContent, Ratio const *>* _ratio; + ContentChoice<VideoContent, VideoFrameType>* _frame_type; + ContentSpinCtrl<VideoContent>* _left_crop; + ContentSpinCtrl<VideoContent>* _right_crop; + ContentSpinCtrl<VideoContent>* _top_crop; + ContentSpinCtrl<VideoContent>* _bottom_crop; + ContentChoice<VideoContent, VideoContentScale>* _scale; wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; |
