summaryrefslogtreecommitdiff
path: root/test/subs_in_out.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/subs_in_out.cc')
-rw-r--r--test/subs_in_out.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/subs_in_out.cc b/test/subs_in_out.cc
index 40e5476c..9b2c2e9b 100644
--- a/test/subs_in_out.cc
+++ b/test/subs_in_out.cc
@@ -1,5 +1,5 @@
#include <iostream>
-#include "subtitle_asset.h"
+#include "subtitle_content.h"
using namespace std;
@@ -10,7 +10,7 @@ int main (int argc, char* argv[])
exit (EXIT_FAILURE);
}
- dcp::SubtitleAsset s (argv[1]);
+ dcp::SubtitleContent s (argv[1]);
cout << s.xml_as_string ();
return 0;
}