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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 7347ab1a6..9501bbd7c 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -27,6 +27,7 @@
#include <wx/collpane.h>
#include <boost/signals2.hpp>
#include "lib/film.h"
+#include "content_menu.h"
class wxNotebook;
class wxListCtrl;
@@ -97,6 +98,7 @@ private:
void dcp_audio_channels_changed (wxCommandEvent &);
void dcp_resolution_changed (wxCommandEvent &);
void sequence_video_changed (wxCommandEvent &);
+ void content_right_click (wxListEvent &);
/* Handle changes to the model */
void film_changed (Film::Property);
@@ -173,6 +175,8 @@ private:
Timecode* _length;
wxChoice* _dcp_resolution;
+ ContentMenu _menu;
+
std::vector<Ratio const *> _ratios;
bool _generally_sensitive;