summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-24 00:13:41 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-24 00:13:41 +0000
commit64058945e21e7b5f3c688f5563cefdd8db1259ef (patch)
tree54fdeb475d81452ecf836e368934dc70b02a9386 /src
parent599062bcf93dc5f887c3ba699baae5a7d84c0d64 (diff)
Add comment.
Diffstat (limited to 'src')
-rw-r--r--src/lib/dcpomatic_time.h2
1 files changed, 2 insertions, 0 deletions
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 {