summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-13 02:14:00 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-13 02:14:00 +0100
commitcadec42b9547665ac03a7180af374ebb40df7c78 (patch)
treefed45715e96ce2b0046fd956963efb6625407f78 /src/dcp_time.h
parent4c987f7feb504fe4011b52ffeb231e3b25823de1 (diff)
Subtitles at method.
Diffstat (limited to 'src/dcp_time.h')
-rw-r--r--src/dcp_time.h1
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);
}