summaryrefslogtreecommitdiff
path: root/src/subtitle.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-08 00:19:42 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-08 00:19:42 +0100
commit85bd14f4e7dcbfb2005969575788dbfb303bf846 (patch)
treebd3d938a75e7a2e7ffedad845dfc2dfde459682a /src/subtitle.h
parentba5915461f1622715a69fa25579e5e27e64fb079 (diff)
Basic interop bitmap writing.
Diffstat (limited to 'src/subtitle.h')
-rw-r--r--src/subtitle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitle.h b/src/subtitle.h
index 8dba299d..ed63983f 100644
--- a/src/subtitle.h
+++ b/src/subtitle.h
@@ -113,11 +113,11 @@ public:
_v_position = p;
}
- void set_fade_up_time (dcp::Time t) {
+ void set_fade_up_time (Time t) {
_fade_up_time = t;
}
- void set_fade_down_time (dcp::Time t) {
+ void set_fade_down_time (Time t) {
_fade_down_time = t;
}