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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index ac9a5fb31..c599cd285 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -68,7 +68,8 @@ private:
void change_dcp_range_clicked (wxCommandEvent &);
void set_things_sensitive (bool);
-
+ void setup_formats ();
+
wxControl* video_control (wxControl *);
wxControl* still_control (wxControl *);
@@ -125,5 +126,7 @@ private:
std::list<wxControl*> _video_controls;
std::list<wxControl*> _still_controls;
+ std::vector<Format const *> _formats;
+
wxSizer* _sizer;
};