diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-02 01:26:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-02 01:26:13 +0000 |
| commit | d9a189571d94e656e137db115c1070ae161984ee (patch) | |
| tree | e4caa0f0735d9c840942ffa924755da7ef1cbfe6 /src/dcp_time.h | |
| parent | 6d7dc1a2b650a74f23b772d215bb43d5f7b3e173 (diff) | |
Tidy operator<= for libdcp::Time somewhat. Change subtitles_at to subtitles_during as it's a better API for dcptocomps.
Diffstat (limited to 'src/dcp_time.h')
| -rw-r--r-- | src/dcp_time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h index 92cee9a0..a8e7c90c 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -78,6 +78,7 @@ extern bool operator!= (Time const & a, Time const & b); extern bool operator<= (Time const & a, Time const & b); extern bool operator< (Time const & a, Time const & b); extern bool operator> (Time const & a, Time const & b); +extern bool operator>= (Time const & a, Time const & b); extern std::ostream & operator<< (std::ostream & s, Time const & t); extern Time operator+ (Time a, Time const & b); extern Time operator- (Time a, Time const & b); |
