summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-16 17:02:45 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-16 17:02:45 +0000
commit7a8bf6efd00161b1ce7bb160bd50a0c11c28d792 (patch)
tree1f53d16ca14837a1fc08f153676f5c3182ba6651 /test
parentbec7cbcc015814452690a0f702cc41b6f5f56311 (diff)
Tidy API; subtitle_asset() -> asset()>
Diffstat (limited to 'test')
-rw-r--r--test/rewrite_subs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rewrite_subs.cc b/test/rewrite_subs.cc
index 4cfc0c62..f3165601 100644
--- a/test/rewrite_subs.cc
+++ b/test/rewrite_subs.cc
@@ -52,7 +52,7 @@ main (int argc, char* argv[])
for (list<shared_ptr<Reel> >::iterator j = reels.begin(); j != reels.end(); ++j) {
if ((*j)->main_subtitle()) {
- (*j)->main_subtitle()->subtitle_asset()->write ((*j)->main_subtitle()->subtitle_asset()->file ());
+ (*j)->main_subtitle()->asset()->write ((*j)->main_subtitle()->asset()->file ());
}
}
}