summaryrefslogtreecommitdiff
path: root/test/subs_in_out.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-04 16:48:08 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 14:34:43 +0100
commit6c55e8d2c3b0129a19fc40dca344219021ad12ef (patch)
treecf9c3244ed55fb1fa8db89ca87923f3b7a6d35a1 /test/subs_in_out.cc
parent2105caa32a12236d5b70a0cf8b9ac62fcf7f574e (diff)
Rename some stuff Content -> Asset.
Diffstat (limited to 'test/subs_in_out.cc')
-rw-r--r--test/subs_in_out.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/subs_in_out.cc b/test/subs_in_out.cc
index e5d6c19c..2a662262 100644
--- a/test/subs_in_out.cc
+++ b/test/subs_in_out.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
*/
-#include "interop_subtitle_content.h"
+#include "interop_subtitle_asset.h"
#include <iostream>
using namespace std;
@@ -29,7 +29,7 @@ int main (int argc, char* argv[])
exit (EXIT_FAILURE);
}
- dcp::InteropSubtitleContent s (argv[1]);
+ dcp::InteropSubtitleAsset s (argv[1]);
cout << s.xml_as_string ();
return 0;
}