diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/content.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 8e2e5ddaf..4b6153a9d 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -139,7 +139,8 @@ public: boost::mutex::scoped_lock lm (_mutex); return _trim_end; } - + + /** @return Time immediately after the last thing in this content */ DCPTime end () const { return position() + length_after_trim(); } |
