diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 11:41:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 11:41:47 +0100 |
| commit | 91273da19c689e44f3baa368d4b4efbe75cd8fe5 (patch) | |
| tree | b38e643c9de71b16168128a7f2f00ccb75009605 /src/wx/timecode.h | |
| parent | d6b125826e28c0633137d667371defc33f95f648 (diff) | |
| parent | ba17803f7e33be2bea1363b5a7115e4713dd5997 (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.h | 5 |
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; }; + |
