summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index 6f5c2ef3b..db33dbbdc 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -65,13 +65,13 @@ public:
void setup_pixels_per_time_unit ();
private:
- void paint (wxPaintEvent &);
+ void paint ();
void left_down (wxMouseEvent &);
void left_up (wxMouseEvent &);
void right_down (wxMouseEvent &);
void mouse_moved (wxMouseEvent &);
void playlist_changed ();
- void resized (wxSizeEvent &);
+ void resized ();
void assign_tracks ();
void set_start_from_event (wxMouseEvent &);
void clear_selection ();