diff options
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; }; + |
