summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-19 11:41:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-19 11:41:47 +0100
commit91273da19c689e44f3baa368d4b4efbe75cd8fe5 (patch)
treeb38e643c9de71b16168128a7f2f00ccb75009605 /src/wx/timecode.h
parentd6b125826e28c0633137d667371defc33f95f648 (diff)
parentba17803f7e33be2bea1363b5a7115e4713dd5997 (diff)
Merge branch '1.0' of /home/carl/git/dvdomatic into 1.0
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h
index 9b6fe6654..ca6deb969 100644
--- a/src/wx/timecode.h
+++ b/src/wx/timecode.h
@@ -33,11 +33,12 @@ public:
private:
void changed (wxCommandEvent &);
+ void set_clicked (wxCommandEvent &);
wxTextCtrl* _hours;
wxTextCtrl* _minutes;
wxTextCtrl* _seconds;
wxTextCtrl* _frames;
-
- bool _in_set;
+ wxButton* _set_button;
};
+