summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-15 09:55:48 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-15 09:55:48 +0100
commitf6b789850b0cd50971707084632c4ec08e145d0f (patch)
treeead0b094e55cd36e3d8fd488d885a7abfb3e10ea /src/dcp_time.h
parent1f181883996536ac4b3ea1672160bea4625d75d3 (diff)
Force specification of timecode rate when creating a Time from seconds.
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 270177dd..44e3cf02 100644
--- a/src/dcp_time.h
+++ b/src/dcp_time.h
@@ -62,7 +62,7 @@ public:
, tcr (tcr_)
{}
- Time (double seconds);
+ Time (double seconds, int tcr);
Time (std::string time, int tcr);