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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h
index 48560596..22dcec0f 100644
--- a/src/dcp_time.h
+++ b/src/dcp_time.h
@@ -26,6 +26,7 @@ class Time
{
public:
Time () : h (0), m (0), s (0), ms (0) {}
+ Time (int frame, int frames_per_second);
Time (int h_, int m_, int s_, int ms_)
: h (h_)
, m (m_)