X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcolour_conversion_editor.h;h=f609daae492d855a86849ad63c5f1905b6fa03d0;hb=8eda9dc238515015e4f2b31067328b97eb7de82e;hp=787b615d5148741981601883ee07e0b9c8fedc2d;hpb=5bcb8526fa49b5b180c0239ae47045818469c54c;p=dcpomatic.git diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index 787b615d5..f609daae4 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington + Copyright (C) 2013-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,15 +18,20 @@ */ + #ifndef DCPOMATIC_COLOUR_CONVERSION_EDITOR_H #define DCPOMATIC_COLOUR_CONVERSION_EDITOR_H + #include #include + +class wxGridBagSizer; class wxSpinCtrlDouble; class ColourConversion; + class ColourConversionEditor : public wxPanel { public: @@ -79,4 +84,6 @@ private: wxStaticText* _bradford[3][3]; }; + #endif +