X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_menu.h;h=fe8cbb56f0fc9a4b2161cb41902cf9d2887db549;hb=8c7ad603cf0a534abe1a920b70b0daa095257d3a;hp=a38109b0738e84914139a38ca0350c47b6c54604;hpb=c6871fe8617b3de03662b7630355059393bf8043;p=dcpomatic.git diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index a38109b07..fe8cbb56f 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -46,6 +46,7 @@ private: void re_examine (); void kdm (); void ov (); + void set_dcp_settings (); void remove (); void maybe_found_missing (boost::weak_ptr, boost::weak_ptr, boost::weak_ptr); void cpl_selected (wxCommandEvent& ev); @@ -66,6 +67,7 @@ private: wxMenuItem* _kdm; wxMenuItem* _ov; wxMenuItem* _choose_cpl; + wxMenuItem* _set_dcp_settings; wxMenuItem* _remove; };