X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_colour_conversion_dialog.h;h=84fb47e5adb2a38c66232cc656a9c21053aebe77;hb=c36609cf83b825110e9b5472ba8b8ada4b10c1cd;hp=4207ee08282890f28300722358c24107b211d054;hpb=71d56fbe3ba5974505469d2c8b7efcdef4eb8adc;p=dcpomatic.git diff --git a/src/wx/content_colour_conversion_dialog.h b/src/wx/content_colour_conversion_dialog.h index 4207ee082..84fb47e5a 100644 --- a/src/wx/content_colour_conversion_dialog.h +++ b/src/wx/content_colour_conversion_dialog.h @@ -1,27 +1,35 @@ /* - Copyright (C) 2013-2015 Carl Hetherington + Copyright (C) 2013-2021 Carl Hetherington - This program is free software; you can redistribute it and/or modify + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + DCP-o-matic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with DCP-o-matic. If not, see . */ + #include "lib/colour_conversion.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS +#include + class ColourConversionEditor; + class ContentColourConversionDialog : public wxDialog { public: @@ -35,10 +43,11 @@ private: void preset_check_clicked (); void preset_choice_changed (); - wxCheckBox* _preset_check; + CheckBox* _preset_check; wxChoice* _preset_choice; ColourConversionEditor* _editor; bool _setting; boost::signals2::scoped_connection _editor_connection; }; +