X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_menu.h;h=054e3de3e10f1ace878312ebf63bee6563b56732;hb=79af506328e80ad84cbe0dddaf2e1a21d4df1fe8;hp=a0ac3f48148730bb01c24414c13b4fc4131c5be4;hpb=258da8a37c21a87ba5a7aa1c3e6243280d5c8d10;p=dcpomatic.git diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index a0ac3f481..054e3de3e 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -34,7 +34,7 @@ class ContentMenu : public boost::noncopyable public: ContentMenu (wxWindow* p); ~ContentMenu (); - + void popup (boost::weak_ptr, ContentList, TimelineContentViewList, wxPoint); private: @@ -46,7 +46,7 @@ private: void kdm (); void remove (); void maybe_found_missing (boost::weak_ptr, boost::weak_ptr, boost::weak_ptr); - + wxMenu* _menu; /** Film that we are working with; set up by popup() */ boost::weak_ptr _film;