summaryrefslogtreecommitdiff
path: root/src/wx/controls.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-10-26 01:17:56 +0100
committerCarl Hetherington <cth@carlh.net>2018-10-26 01:17:56 +0100
commit2c35515c5db7b8e49c17fd4ddfa085393d544f9d (patch)
tree0e7596e7887b72a477673bf9acb736b9b0296cff /src/wx/controls.h
parentee2cf80b14e8e78eb46280ba30cdb2f0c10c90a0 (diff)
Add empty playlist list and configuration option.
Diffstat (limited to 'src/wx/controls.h')
-rw-r--r--src/wx/controls.h1
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;