Add accessors.
[libdcp.git] / src / reel_stereo_picture_asset.h
index 9cf0ead2feffcb3a3ffa62e3064be3b1ade9ffce..80353b77f6a7417496a023f6883274763b8dc83c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
@@ -51,7 +51,6 @@ class StereoPictureAsset;
 class ReelStereoPictureAsset : public ReelPictureAsset
 {
 public:
-       ReelStereoPictureAsset ();
        ReelStereoPictureAsset (boost::shared_ptr<StereoPictureAsset> content, int64_t entry_point);
        explicit ReelStereoPictureAsset (boost::shared_ptr<const cxml::Node>);
 
@@ -66,7 +65,7 @@ public:
        }
 
 private:
-       std::string cpl_node_name () const;
+       std::string cpl_node_name (Standard standard) const;
        std::pair<std::string, std::string> cpl_node_attribute (Standard standard) const;
 };