X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_colour_conversion_dialog.h;h=471c1f8849dad60688d489e45e91d57dfd2a0aeb;hb=7bdffaa2ba415f43ffa49f67bf8f921e0b62f79c;hp=407f3f0c8b78dc885cc9533455bcf03f9cb9096e;hpb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;p=dcpomatic.git diff --git a/src/wx/content_colour_conversion_dialog.h b/src/wx/content_colour_conversion_dialog.h index 407f3f0c8..471c1f884 100644 --- a/src/wx/content_colour_conversion_dialog.h +++ b/src/wx/content_colour_conversion_dialog.h @@ -1,22 +1,24 @@ /* Copyright (C) 2013-2015 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 class ColourConversionEditor; @@ -24,7 +26,7 @@ class ColourConversionEditor; class ContentColourConversionDialog : public wxDialog { public: - ContentColourConversionDialog (wxWindow *); + ContentColourConversionDialog (wxWindow *, bool yuv); void set (ColourConversion); ColourConversion get () const;