Revert "Remove join function; the code is long and I don't think anybody"
[dcpomatic.git] / src / wx / content_menu.h
index 1faf16de60e0bd5712873fd946a6be3dee2b2207..a38109b0738e84914139a38ca0350c47b6c54604 100644 (file)
@@ -40,6 +40,7 @@ public:
 
 private:
        void repeat ();
+       void join ();
        void find_missing ();
        void properties ();
        void re_examine ();
@@ -58,6 +59,7 @@ private:
        ContentList _content;
        TimelineContentViewList _views;
        wxMenuItem* _repeat;
+       wxMenuItem* _join;
        wxMenuItem* _find_missing;
        wxMenuItem* _properties;
        wxMenuItem* _re_examine;