X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fdcp_time.h;fp=src%2Fdcp_time.h;h=c5d0186e4cf88ab0614924c82f7208a9a458b211;hb=331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1;hp=4e5057383283a51b4f0da502f4d335ecea90045f;hpb=96bf4824ca6b378648950bfbd4565b8368c8eca0;p=libdcp.git 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),