diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-26 01:17:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-26 01:17:56 +0100 |
| commit | 2c35515c5db7b8e49c17fd4ddfa085393d544f9d (patch) | |
| tree | 0e7596e7887b72a477673bf9acb736b9b0296cff /src/wx/controls.h | |
| parent | ee2cf80b14e8e78eb46280ba30cdb2f0c10c90a0 (diff) | |
Add empty playlist list and configuration option.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 6e9b684a6..2c0b84d8d 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -106,6 +106,7 @@ private: wxCheckBox* _jump_to_selected; wxListCtrl* _content_view; wxListCtrl* _spl_view; + wxListCtrl* _current_spl_view; wxTextCtrl* _log; wxButton* _add_button; wxButton* _save_button; |
