Include tidying.
[dcpomatic.git] / src / wx / content_colour_conversion_dialog.h
index e6069f117d583c6df33734087c0c0e00fa1f0a96..407f3f0c8b78dc885cc9533455bcf03f9cb9096e 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
@@ -33,9 +33,11 @@ private:
        void check_for_preset ();
        void preset_check_clicked ();
        void preset_choice_changed ();
-       
+
        wxCheckBox* _preset_check;
        wxChoice* _preset_choice;
        ColourConversionEditor* _editor;
        bool _setting;
+
+       boost::signals2::scoped_connection _editor_connection;
 };