diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-13 02:14:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-13 02:14:00 +0100 |
| commit | cadec42b9547665ac03a7180af374ebb40df7c78 (patch) | |
| tree | fed45715e96ce2b0046fd956963efb6625407f78 /src/dcp_time.h | |
| parent | 4c987f7feb504fe4011b52ffeb231e3b25823de1 (diff) | |
Subtitles at method.
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 4e91dc18..48560596 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -40,6 +40,7 @@ public: }; 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); } |
