summaryrefslogtreecommitdiff
path: root/src/stl_text_reader.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-14 17:39:32 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-20 11:20:25 +0000
commit3f630fb8334238ab8a58fbe1a0f513ae2c00de80 (patch)
tree4b773b91029d6374bfd4f2194053d3e249d597cd /src/stl_text_reader.h
parent49cafda01b3e07c47e3b20dd5ee91e1426446aea (diff)
Simplify time representation; better in-tree DCP subtitle parser.
Diffstat (limited to 'src/stl_text_reader.h')
-rw-r--r--src/stl_text_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stl_text_reader.h b/src/stl_text_reader.h
index 77e9b73..5309040 100644
--- a/src/stl_text_reader.h
+++ b/src/stl_text_reader.h
@@ -36,7 +36,7 @@ public:
private:
void set (std::string name, std::string value);
void maybe_push ();
- boost::optional<FrameTime> time (std::string t) const;
+ boost::optional<Time> time (std::string t) const;
RawSubtitle _subtitle;
};