diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 16:48:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 14:34:43 +0100 |
| commit | 6c55e8d2c3b0129a19fc40dca344219021ad12ef (patch) | |
| tree | cf9c3244ed55fb1fa8db89ca87923f3b7a6d35a1 /test/rewrite_subs.cc | |
| parent | 2105caa32a12236d5b70a0cf8b9ac62fcf7f574e (diff) | |
Rename some stuff Content -> Asset.
Diffstat (limited to 'test/rewrite_subs.cc')
| -rw-r--r-- | test/rewrite_subs.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rewrite_subs.cc b/test/rewrite_subs.cc index 1a3cfbff..e62b9169 100644 --- a/test/rewrite_subs.cc +++ b/test/rewrite_subs.cc @@ -21,7 +21,7 @@ #include "dcp.h" #include "cpl.h" #include "reel.h" -#include "subtitle_content.h" +#include "subtitle_asset.h" #include "reel_subtitle_asset.h" #include "exceptions.h" @@ -51,7 +51,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_content()->write_xml ((*j)->main_subtitle()->subtitle_content()->file ()); + (*j)->main_subtitle()->subtitle_asset()->write_xml ((*j)->main_subtitle()->subtitle_asset()->file ()); } } } |
