diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-08 22:47:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-08 22:47:09 +0100 |
| commit | 900ad47ca6e2addab8ac376daed834dd7b28c01d (patch) | |
| tree | 3123b25edad25188b730592cf5182fc5e4d8a2af /src/reel.h | |
| parent | fea967ca635b04ca70f3f44d2e02f551fc9d6684 (diff) | |
Add Reel::assets().
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,8 @@ public: void add (boost::shared_ptr<ReelAsset> asset); + std::list<boost::shared_ptr<ReelAsset> > assets () const; + void write_to_cpl (xmlpp::Element* node, Standard standard) const; bool encrypted () const; |
