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 30b4bd73e..8ecec3ec7 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -92,6 +92,7 @@ private:
void sequence_video_changed ();
void content_right_click (wxListEvent &);
void three_d_changed ();
+ void standard_changed ();
/* Handle changes to the model */
void film_changed (Film::Property);
@@ -141,6 +142,7 @@ private:
wxButton* _best_frame_rate;
wxCheckBox* _three_d;
wxChoice* _resolution;
+ wxChoice* _standard;
ContentMenu _menu;