diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-21 21:34:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:49:35 +0200 |
| commit | aa498339c4b45d3026f9ddaf1c6f7dfd15c43d2d (patch) | |
| tree | cbea74d2ba1540f0ecbb709acc87574381bd7655 /src/wx/colour_conversion_editor.h | |
| parent | 90640cdb4bd2bbc68b59010fd825e387e25d5862 (diff) | |
Tidying.
Diffstat (limited to 'src/wx/colour_conversion_editor.h')
| -rw-r--r-- | src/wx/colour_conversion_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index f609daae4..bdf185227 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -27,9 +27,9 @@ #include <wx/wx.h> +class ColourConversion; class wxGridBagSizer; class wxSpinCtrlDouble; -class ColourConversion; class ColourConversionEditor : public wxPanel |
