summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-18 12:42:05 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-18 12:42:05 +0100
commit65a398e035346ef3a5fc121ee2c1a96a1b525046 (patch)
treec62230f0f285ceec07eb8159e71116fadc773a51
parentb16fa5f0de631821a7acc994645a291bc7aa90c9 (diff)
Comment.
-rw-r--r--src/lib/content.h3
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();
}