summaryrefslogtreecommitdiff
path: root/src/wx/content_colour_conversion_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-09 00:52:21 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-09 00:52:25 +0200
commit5d838bc863a7569e68546026c109607fd5a94362 (patch)
tree2bc15cd1e134cd76b740cce753b86934282d8117 /src/wx/content_colour_conversion_dialog.h
parent8ccbe70f3c2f5db9e88978a98f3ad5735ece07ab (diff)
C++11 tidying.
Diffstat (limited to 'src/wx/content_colour_conversion_dialog.h')
-rw-r--r--src/wx/content_colour_conversion_dialog.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wx/content_colour_conversion_dialog.h b/src/wx/content_colour_conversion_dialog.h
index 471c1f884..d0fb74823 100644
--- a/src/wx/content_colour_conversion_dialog.h
+++ b/src/wx/content_colour_conversion_dialog.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -18,11 +18,15 @@
*/
+
#include "lib/colour_conversion.h"
#include <wx/wx.h>
+#include <boost/signals2.hpp>
+
class ColourConversionEditor;
+
class ContentColourConversionDialog : public wxDialog
{
public:
@@ -43,3 +47,4 @@ private:
boost::signals2::scoped_connection _editor_connection;
};
+