diff options
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); } |
