summaryrefslogtreecommitdiff
path: root/src/wx/colour_conversion_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/colour_conversion_editor.h')
-rw-r--r--src/wx/colour_conversion_editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h
index cc3c3d225..de5ffb794 100644
--- a/src/wx/colour_conversion_editor.h
+++ b/src/wx/colour_conversion_editor.h
@@ -47,7 +47,7 @@ public:
private:
void changed ();
- void changed (wxSpinCtrlDouble *);
+ void spin_ctrl_changed(wxSpinCtrlDouble *);
void chromaticity_changed ();
void adjusted_white_changed ();
void update_rgb_to_xyz ();
@@ -79,10 +79,10 @@ private:
wxTextCtrl* _blue_y;
wxTextCtrl* _white_x;
wxTextCtrl* _white_y;
- wxCheckBox* _adjust_white;
+ CheckBox* _adjust_white;
wxTextCtrl* _adjusted_white_x;
wxTextCtrl* _adjusted_white_y;
- wxCheckBox* _output;
+ CheckBox* _output;
wxStaticText* _rgb_to_xyz[3][3];
wxStaticText* _bradford[3][3];
};