summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h
index ca6deb969..bebfa3f5f 100644
--- a/src/wx/timecode.h
+++ b/src/wx/timecode.h
@@ -32,8 +32,8 @@ public:
boost::signals2::signal<void ()> Changed;
private:
- void changed (wxCommandEvent &);
- void set_clicked (wxCommandEvent &);
+ void changed ();
+ void set_clicked ();
wxTextCtrl* _hours;
wxTextCtrl* _minutes;