diff options
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index e8b31b7f4..cf5782baa 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -73,6 +73,7 @@ public: private: void selection_changed (); void add_folder_clicked (); + void add_dcp_clicked (); void earlier_clicked (); void later_clicked (); void right_click (wxListEvent &); @@ -90,6 +91,7 @@ private: wxListCtrl* _content; wxButton* _add_file; wxButton* _add_folder; + wxButton* _add_dcp; wxButton* _remove; wxButton* _earlier; wxButton* _later; |
