summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-23 17:05:26 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-23 17:05:26 +0100
commit594af3389df908a387a0e15f4a49a288e363def0 (patch)
treee9f04a523e7404d3fff174069415add22ba798a0 /src/wx/video_panel.h
parent38fda7888663429d452b9c71902e8bb5239dd720 (diff)
Use wx 2.9 binding API.
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 ();