X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fatmos_decoder.cc;h=478c4580977cd8e2ad8bcc33fb5904976d0a4ade;hb=e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c;hp=4ebb07f8ac19818c173c2cfb69adcad4a2a71d19;hpb=ca981c8cfa23111e92be329f1c2dfbe3a07b4247;p=dcpomatic.git diff --git a/src/lib/atmos_decoder.cc b/src/lib/atmos_decoder.cc index 4ebb07f8a..478c45809 100644 --- a/src/lib/atmos_decoder.cc +++ b/src/lib/atmos_decoder.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -27,7 +27,7 @@ #include "film.h" -using boost::shared_ptr; +using std::shared_ptr; AtmosDecoder::AtmosDecoder (Decoder* parent, shared_ptr content)