From 900ad47ca6e2addab8ac376daed834dd7b28c01d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 8 Mar 2020 22:47:09 +0100 Subject: Add Reel::assets(). --- src/reel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/reel.h') diff --git a/src/reel.h b/src/reel.h index 0a3cf19a..3792682e 100644 --- a/src/reel.h +++ b/src/reel.h @@ -111,6 +111,8 @@ public: void add (boost::shared_ptr asset); + std::list > assets () const; + void write_to_cpl (xmlpp::Element* node, Standard standard) const; bool encrypted () const; -- cgit v1.2.3