summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h2
1 files changed, 2 insertions, 0 deletions
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<ReelAsset> asset);
+ std::list<boost::shared_ptr<ReelAsset> > assets () const;
+
void write_to_cpl (xmlpp::Element* node, Standard standard) const;
bool encrypted () const;