Bits of tidying; comments.
[libdcp.git] / src / dcp_time.h
index 4e5057383283a51b4f0da502f4d335ecea90045f..c5d0186e4cf88ab0614924c82f7208a9a458b211 100644 (file)
@@ -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),