Merge master.
[dcpomatic.git] / src / wx / content_menu.h
index f2ad3aa75621ac04a114b46badd931b6bd92a4b1..77cf29a3057400d523ff3449a2ce96cb2f8d8679 100644 (file)
@@ -39,6 +39,8 @@ private:
        void repeat ();
        void join ();
        void find_missing ();
+       void re_examine ();
+       void kdm ();
        void remove ();
        void maybe_found_missing (boost::weak_ptr<Job>, boost::weak_ptr<Content>, boost::weak_ptr<Content>);
        
@@ -50,6 +52,8 @@ private:
        wxMenuItem* _repeat;
        wxMenuItem* _join;
        wxMenuItem* _find_missing;
+       wxMenuItem* _re_examine;
+       wxMenuItem* _kdm;
        wxMenuItem* _remove;
 };