From 65a398e035346ef3a5fc121ee2c1a96a1b525046 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Jun 2015 12:42:05 +0100 Subject: [PATCH] Comment. --- src/lib/content.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } -- 2.30.2