summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index db657a7d3..baaeb46d7 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -112,6 +112,7 @@ private:
void setup_content_information ();
void setup_content_button_sensitivity ();
void setup_loop_sensitivity ();
+ void setup_playlist_description ();
void active_jobs_changed (bool);
boost::shared_ptr<Content> selected_content ();
@@ -144,6 +145,7 @@ private:
wxTextCtrl* _content_information;
wxCheckBox* _loop_content;
wxSpinCtrl* _loop_count;
+ wxStaticText* _playlist_description;
wxButton* _edit_dci_button;
wxChoice* _format;
wxStaticText* _format_description;