diff options
Diffstat (limited to 'src/wx/timecode.h')
| -rw-r--r-- | src/wx/timecode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 1116e9d87..64d2e311b 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -62,6 +62,8 @@ protected: wxButton* _set_button; wxStaticText* _fixed; + std::vector<wxTextCtrl*> _controls; + bool _ignore_changed = false; }; |
