summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index aa003ff00..29841978d 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -62,6 +62,7 @@ class TextDecoder;
extern std::string seconds_to_hms(int);
extern std::string time_to_hmsf(dcpomatic::DCPTime time, Frame rate);
+extern std::string time_to_hmsf(dcpomatic::DCPTime time, dcp::Fraction rate);
extern std::string seconds_to_approximate_hms(int);
extern double seconds(struct timeval);
extern void dcpomatic_setup();