X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2FS12MTimecode.h;h=88c16f8bbce3a2a8b0e3fab2761e6b0507380a30;hb=3cb2cbf0650cbd649dd7a504524897feb1e8b83f;hp=0a885287836aa1c858f535078a36bd37e708d657;hpb=4564a68b8a586b49715f39fb84271db61fc109b7;p=asdcplib.git diff --git a/src/S12MTimecode.h b/src/S12MTimecode.h index 0a88528..88c16f8 100644 --- a/src/S12MTimecode.h +++ b/src/S12MTimecode.h @@ -58,7 +58,7 @@ public: DecodeString(tc); } - S12MTimecode(const S12MTimecode& rhs) : m_FrameCount(0), m_FPS(0) + S12MTimecode(const S12MTimecode& rhs) : IArchive(), m_FrameCount(0), m_FPS(0) { m_FPS = rhs.m_FPS; m_FrameCount = rhs.m_FrameCount;