summaryrefslogtreecommitdiff
path: root/src/wx/controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/controls.h')
-rw-r--r--src/wx/controls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h
index fd8178435..09e942e1c 100644
--- a/src/wx/controls.h
+++ b/src/wx/controls.h
@@ -94,6 +94,8 @@ private:
void stop_clicked ();
#endif
void add_clicked ();
+ void save_clicked ();
+ void load_clicked ();
void add_cpl_to_list (boost::shared_ptr<dcp::CPL> cpl, wxListCtrl* list);
boost::shared_ptr<Film> _film;
@@ -110,6 +112,8 @@ private:
wxListCtrl* _spl_view;
wxTextCtrl* _log;
wxButton* _add_button;
+ wxButton* _save_button;
+ wxButton* _load_button;
std::vector<CPL> _cpls;
wxSlider* _slider;
wxButton* _rewind_button;