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 3b3673ef..7711d101 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -71,6 +71,8 @@ public:
return _main_subtitle;
}
+ int64_t duration () const;
+
void add (boost::shared_ptr<ReelAsset> asset);
void write_to_cpl (xmlpp::Element* node, Standard standard) const;