summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 {