X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_menu.h;h=996091f0cf59883a548ddb6c1f508d653e939aee;hb=1b0b9e4b951e305d47bb011fc4e198472bb3fecf;hp=cd51e86f1a9fb21b14aa146d62287cca611b9a7e;hpb=c416bee48d5a5829077c844c5f2b802bf13ab4cd;p=dcpomatic.git diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index cd51e86f1..996091f0c 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -55,6 +55,8 @@ private: wxMenuItem* _re_examine; wxMenuItem* _kdm; wxMenuItem* _remove; + + boost::signals2::scoped_connection _job_connection; }; #endif