X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_menu.h;h=84daa71a56e0cd13a749471699d79ab5e0f27e1d;hb=1427603608bd89846e363d478547a535eef75943;hp=43480888a5007ed306bc49f0468dd71fe1d01379;hpb=a3a38dcdab89d3c7fa21917ea7caec82d1586035;p=dcpomatic.git diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index 43480888a..84daa71a5 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -29,6 +29,7 @@ class Film; class Job; +class DCPContent; class ContentMenu : public boost::noncopyable { @@ -67,7 +68,7 @@ private: wxMenuItem* _choose_cpl; wxMenuItem* _remove; - boost::signals2::scoped_connection _job_connection; + std::list _job_connections; }; #endif