diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-04 00:22:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-04 00:22:51 +0100 |
| commit | 0a5e92450ae992e9ed24026dd60ae351d0a3e60b (patch) | |
| tree | 1658894ecbda49e61a01dc477cdbb2e7d0b57255 /src/lib/active_text.cc | |
| parent | 984455f1a072b0fa42879d03042e82df0a3cb3bd (diff) | |
Some subtitle renaming.
Diffstat (limited to 'src/lib/active_text.cc')
| -rw-r--r-- | src/lib/active_text.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/active_text.cc b/src/lib/active_text.cc index 6e813144c..5f4440728 100644 --- a/src/lib/active_text.cc +++ b/src/lib/active_text.cc @@ -144,7 +144,7 @@ ActiveText::add_to (weak_ptr<const TextContent> content, DCPTime to) _data[content].back().to = to; - BOOST_FOREACH (StringText& i, _data[content].back().subs.text) { + BOOST_FOREACH (StringText& i, _data[content].back().subs.string) { i.set_out (dcp::Time(to.seconds(), 1000)); } |
