Supporters update.
[dcpomatic.git] / src / lib / decoder_part.cc
index 2bab1603ec2d84d00d54782bcbc24c63f38e0b80..bcddcb785dde11b1c81e1cb5bc2d67b251b82520 100644 (file)
@@ -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.
 
 
 */
 
+
 #include "decoder_part.h"
 #include "decoder.h"
 
-using std::shared_ptr;
 
 DecoderPart::DecoderPart (Decoder* parent)
        : _parent (parent)