diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-16 17:02:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-16 17:02:45 +0000 |
| commit | 7a8bf6efd00161b1ce7bb160bd50a0c11c28d792 (patch) | |
| tree | 1f53d16ca14837a1fc08f153676f5c3182ba6651 /test | |
| parent | bec7cbcc015814452690a0f702cc41b6f5f56311 (diff) | |
Tidy API; subtitle_asset() -> asset()>
Diffstat (limited to 'test')
| -rw-r--r-- | test/rewrite_subs.cc | 2 |
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 ()); } } } |
