eebb00c092e568a14c0af3ce513d34f6b4ee834d from master; limit DCP channels and bump...
[dcpomatic.git] / src / wx / content_colour_conversion_dialog.h
index e6069f117d583c6df33734087c0c0e00fa1f0a96..57fd5f1e544fdeec750e43364bef006b934b1fc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-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
@@ -38,4 +38,6 @@ private:
        wxChoice* _preset_choice;
        ColourConversionEditor* _editor;
        bool _setting;
+
+       boost::signals2::scoped_connection _editor_connection;
 };