diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-24 00:13:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-24 00:13:41 +0000 |
| commit | 64058945e21e7b5f3c688f5563cefdd8db1259ef (patch) | |
| tree | 54fdeb475d81452ecf836e368934dc70b02a9386 /src/lib | |
| parent | 599062bcf93dc5f887c3ba699baae5a7d84c0d64 (diff) | |
Add comment.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dcpomatic_time.h | 2 |
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 { |
