diff options
Diffstat (limited to 'src/lib/decoder_part.cc')
| -rw-r--r-- | src/lib/decoder_part.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 <cth@carlh.net> + Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net> 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) |
