X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdecoder_part.cc;h=bcddcb785dde11b1c81e1cb5bc2d67b251b82520;hp=3e06204defb5a0e40e92ef8ea1da3ae725aeb912;hb=HEAD;hpb=254b3044d72de6b033d7c584f5abd2b9aa70aad5 diff --git a/src/lib/decoder_part.cc b/src/lib/decoder_part.cc index 3e06204de..bcddcb785 100644 --- a/src/lib/decoder_part.cc +++ b/src/lib/decoder_part.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,10 +18,10 @@ */ + #include "decoder_part.h" #include "decoder.h" -using boost::shared_ptr; DecoderPart::DecoderPart (Decoder* parent) : _parent (parent)