X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Faudio_point.cc;h=722673b961337a5057a42beb8bc5164fd0f5058d;hb=3b78e9223c9be784531475acacb88b59b2459f48;hp=3c17234e2dbdab2da1c044d154ed4cef4e5cf9a8;hpb=e3c6a3c99f829174f69fc767b3b53f41053d1815;p=dcpomatic.git diff --git a/src/lib/audio_point.cc b/src/lib/audio_point.cc index 3c17234e2..722673b96 100644 --- a/src/lib/audio_point.cc +++ b/src/lib/audio_point.cc @@ -1,27 +1,32 @@ /* Copyright (C) 2012-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 "audio_point.h" -#include "raw_convert.h" +#include "warnings.h" +#include +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS using std::string; +using dcp::raw_convert; AudioPoint::AudioPoint () {