From 64058945e21e7b5f3c688f5563cefdd8db1259ef Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Feb 2016 00:13:41 +0000 Subject: [PATCH] Add comment. --- src/lib/dcpomatic_time.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h index 3658320c8..ac16830ee 100644 --- a/src/lib/dcpomatic_time.h +++ b/src/lib/dcpomatic_time.h @@ -247,7 +247,9 @@ public: , to (t) {} + /** start time of sampling interval that the period is from */ T from; + /** start time of next sampling interval after the period */ T to; T duration () const { -- 2.30.2