summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
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),