summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-05 19:14:54 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 19:14:54 +0100
commit331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 (patch)
tree45f281eaddb46e988e9f6c05b36fd553da0f010c /src/dcp_time.h
parent96bf4824ca6b378648950bfbd4565b8368c8eca0 (diff)
Bits of tidying; comments.
Diffstat (limited to 'src/dcp_time.h')
-rw-r--r--src/dcp_time.h2
1 files changed, 1 insertions, 1 deletions
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),