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.h9
1 files changed, 8 insertions, 1 deletions
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 <cth@carlh.net>
+ Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
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 <boost/signals2.hpp>
#include <wx/wx.h>
+
+class wxGridBagSizer;
class wxSpinCtrlDouble;
class ColourConversion;
+
class ColourConversionEditor : public wxPanel
{
public:
@@ -79,4 +84,6 @@ private:
wxStaticText* _bradford[3][3];
};
+
#endif
+