summaryrefslogtreecommitdiff
path: root/src/dcp/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/dcp/subtitle.h
parentdbdc438c066ee2a80943b9494e78db19905f9fa9 (diff)
More various work.
Diffstat (limited to 'src/dcp/subtitle.h')
-rw-r--r--src/dcp/subtitle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp/subtitle.h b/src/dcp/subtitle.h
index 17e405c..f5d4002 100644
--- a/src/dcp/subtitle.h
+++ b/src/dcp/subtitle.h
@@ -49,7 +49,7 @@ public:
std::list<boost::shared_ptr<Text> > text_nodes;
private:
- TimePair fade_time (boost::shared_ptr<const cxml::Node>, std::string name, int tcr);
+ FrameTime time (boost::shared_ptr<const cxml::Node>, std::string name, boost::optional<FrameTime> maximum = boost::optional<FrameTime> ());
};
}