summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 723214ed1..dbaf8eee2 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -45,7 +45,7 @@ private:
void film_changed (Film::Property);
void paint_panel (wxPaintEvent &);
void panel_sized (wxSizeEvent &);
- void slider_moved (wxCommandEvent &);
+ void slider_moved (wxScrollEvent &);
void play_clicked (wxCommandEvent &);
void timer (wxTimerEvent &);
void process_video (boost::shared_ptr<Image>, boost::shared_ptr<Subtitle>);