diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-25 17:21:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-25 17:21:12 +0100 |
| commit | bd47b3ee1c76d439fecddcb913270a193f6eab5b (patch) | |
| tree | 3d3ef7e6c15408311cd4f41035f376c6b2f5faa4 /src/wx/film_editor.h | |
| parent | 1284dd144452ec7fd2e7dca9d5f8f8a77bbff1ac (diff) | |
Interop support.
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 2 |
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; |
