Supporters update.
[dcpomatic.git] / src / wx / colour_conversion_editor.h
index 787b615d5148741981601883ee07e0b9c8fedc2d..f609daae492d855a86849ad63c5f1905b6fa03d0 100644 (file)
@@ -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.
 
 
 */
 
+
 #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
+