diff options
Diffstat (limited to 'test/subs_in_out.cc')
| -rw-r--r-- | test/subs_in_out.cc | 6 |
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; } |
