X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fatmos_content.h;h=8edab8c3168937057d4a9085250a829d4a3e51f3;hb=3799e91d126d243d41c44dcb0ca1bfa66b53a57e;hp=948c3d3c0638bc216dd071544873fe4b7df22eff;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/atmos_content.h b/src/lib/atmos_content.h index 948c3d3c0..8edab8c31 100644 --- a/src/lib/atmos_content.h +++ b/src/lib/atmos_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -35,7 +35,8 @@ public: class AtmosContent : public ContentPart { public: - AtmosContent (Content* parent); + explicit AtmosContent (Content* parent); + AtmosContent (Content* parent, cxml::ConstNodePtr node); static std::shared_ptr from_xml (Content* parent, cxml::ConstNodePtr node); @@ -54,8 +55,6 @@ public: } private: - AtmosContent (Content* parent, cxml::ConstNodePtr node); - Frame _length; dcp::Fraction _edit_rate; };