diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-09 21:07:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-09 21:07:30 +0100 |
| commit | 5f8a8d0b4e6a476f6b4d8da655fdff51bdcab8fd (patch) | |
| tree | 54482bede6b194d4897968a06dd0e59ac004d6b9 /src/reel.h | |
| parent | e617a3f8073fbf8d1d9ef01b57e866dd41978b87 (diff) | |
| parent | 340ae40c51ee175063578ce80131a92d911d9838 (diff) | |
Merge.
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; |
