X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fhints_dialog.h;h=88b2fa1ba6617fcffae5573ece72110fbbfac47a;hp=810791453522472cb99ac0a084e970a2ec0b84bc;hb=1b0b9e4b951e305d47bb011fc4e198472bb3fecf;hpb=c416bee48d5a5829077c844c5f2b802bf13ab4cd diff --git a/src/wx/hints_dialog.h b/src/wx/hints_dialog.h index 810791453..88b2fa1ba 100644 --- a/src/wx/hints_dialog.h +++ b/src/wx/hints_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2013 Carl Hetherington + Copyright (C) 2012-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 @@ -33,4 +33,7 @@ private: boost::weak_ptr _film; wxRichTextCtrl* _text; + + boost::signals2::scoped_connection _film_changed_connection; + boost::signals2::scoped_connection _film_content_changed_connection; };