From 6f125b65d1bc0650735624d7ada17a2ff573cbc4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 23 Dec 2014 22:29:44 +0000 Subject: Some missed bits from 0.x. --- src/dcp_time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dcp_time.h') diff --git a/src/dcp_time.h b/src/dcp_time.h index 027cb9d2..70bc5573 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -79,6 +79,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); -- cgit v1.2.3