Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure signals...
[dcpomatic.git] / src / wx / properties_dialog.h
index aeb8927b254458db68138dd4bbabe13d22e5e7b2..fe814f7abf341341a7ff3480f36a9f5085b730c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
 
     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
@@ -35,5 +35,7 @@ private:
        wxStaticText* _frames;
        wxStaticText* _disk;
        ThreadedStaticText* _encoded;
+
+       boost::signals2::scoped_connection _encoded_connection;
 };