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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index 51a593e75..4bd526d49 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -34,12 +34,12 @@ public:
void film_content_changed (boost::shared_ptr<Content>, int);
private:
- void left_crop_changed (wxCommandEvent &);
- void right_crop_changed (wxCommandEvent &);
- void top_crop_changed (wxCommandEvent &);
- void bottom_crop_changed (wxCommandEvent &);
- void edit_filters_clicked (wxCommandEvent &);
- void ratio_changed (wxCommandEvent &);
+ void left_crop_changed ();
+ void right_crop_changed ();
+ void top_crop_changed ();
+ void bottom_crop_changed ();
+ void edit_filters_clicked ();
+ void ratio_changed ();
void frame_type_changed ();
void setup_scaling_description ();