From 331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 5 Jun 2015 19:14:54 +0100 Subject: Bits of tidying; comments. --- src/dcp_time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dcp_time.h') diff --git a/src/dcp_time.h b/src/dcp_time.h index 4e505738..c5d0186e 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -33,10 +33,10 @@ namespace dcp { /** @class Time * @brief A representation of time within a DCP. */ - class Time { public: + /** Construct a zero Time */ Time () : h (0), m (0), s (0), e (0), tcr (1) {} /** Construct a Time from a frame index (starting from 0), -- cgit v1.2.3