X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fatmos_content.h;fp=src%2Flib%2Fatmos_content.h;h=8edab8c3168937057d4a9085250a829d4a3e51f3;hb=689fa55d1529ad88449ca464e9107c4dcc54d1cb;hp=948c3d3c0638bc216dd071544873fe4b7df22eff;hpb=0aabe4060ea4bad7c7caac633aef0737fccff8c2;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; };