diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-09 00:52:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-09 00:52:25 +0200 |
| commit | 5d838bc863a7569e68546026c109607fd5a94362 (patch) | |
| tree | 2bc15cd1e134cd76b740cce753b86934282d8117 /src/wx/colour_conversion_editor.h | |
| parent | 8ccbe70f3c2f5db9e88978a98f3ad5735ece07ab (diff) | |
C++11 tidying.
Diffstat (limited to 'src/wx/colour_conversion_editor.h')
| -rw-r--r-- | src/wx/colour_conversion_editor.h | 9 |
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 + |
