summaryrefslogtreecommitdiff
path: root/src/wx/content_colour_conversion_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-02 00:18:56 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-02 01:17:53 +0100
commitb39dbb7cf1b0352cf0eb3af4bf4929556355bff5 (patch)
treee679b163406b863dbbc04c4635393973b33929ec /src/wx/content_colour_conversion_dialog.h
parent9c6d757fc6ff188521719cad9bf2cd494bb4edd8 (diff)
Cleanup: use new CheckBox::bind().
Diffstat (limited to 'src/wx/content_colour_conversion_dialog.h')
-rw-r--r--src/wx/content_colour_conversion_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_colour_conversion_dialog.h b/src/wx/content_colour_conversion_dialog.h
index e42961019..84fb47e5a 100644
--- a/src/wx/content_colour_conversion_dialog.h
+++ b/src/wx/content_colour_conversion_dialog.h
@@ -43,7 +43,7 @@ private:
void preset_check_clicked ();
void preset_choice_changed ();
- wxCheckBox* _preset_check;
+ CheckBox* _preset_check;
wxChoice* _preset_choice;
ColourConversionEditor* _editor;
bool _setting;