summaryrefslogtreecommitdiff
path: root/src/subtitle.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-12 20:02:39 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-12 20:02:39 +0000
commit670020792233d50b14363e54db6808733d5d2171 (patch)
treefb1c79324f4402cf343c38691dd6e4b06fd6deb9 /src/subtitle.h
parentdbdc438c066ee2a80943b9494e78db19905f9fa9 (diff)
More various work.
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 6afdc51..840ee23 100644
--- a/src/subtitle.h
+++ b/src/subtitle.h
@@ -110,8 +110,8 @@ public:
/** to time */
TimePair to;
- boost::optional<MetricTime> fade_up;
- boost::optional<MetricTime> fade_down;
+ boost::optional<TimePair> fade_up;
+ boost::optional<TimePair> fade_down;
std::list<Line> lines;