X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder_part.cc;h=bcddcb785dde11b1c81e1cb5bc2d67b251b82520;hb=07b21bb92a8d54c6c03de9aadc63ab93b65d9bc5;hp=2bab1603ec2d84d00d54782bcbc24c63f38e0b80;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/decoder_part.cc b/src/lib/decoder_part.cc index 2bab1603e..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 std::shared_ptr; DecoderPart::DecoderPart (Decoder* parent) : _parent (parent)