summaryrefslogtreecommitdiff
path: root/src/wx/content_colour_conversion_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_colour_conversion_dialog.h')
-rw-r--r--src/wx/content_colour_conversion_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/content_colour_conversion_dialog.h b/src/wx/content_colour_conversion_dialog.h
index e6069f117..57fd5f1e5 100644
--- a/src/wx/content_colour_conversion_dialog.h
+++ b/src/wx/content_colour_conversion_dialog.h
@@ -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;
};