From 16a7ea91e973b327735658857cbf996cc740be77 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 26 Jul 2013 11:14:41 +0100 Subject: Remove old Connect() wxWidgets API and use Bind(). --- src/wx/timecode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wx/timecode.h') 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 Changed; private: - void changed (wxCommandEvent &); - void set_clicked (wxCommandEvent &); + void changed (); + void set_clicked (); wxTextCtrl* _hours; wxTextCtrl* _minutes; -- cgit v1.2.3