diff options
Diffstat (limited to 'test/write_subtitle_test.cc')
| -rw-r--r-- | test/write_subtitle_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc index 1a6f96bd..b02a6e59 100644 --- a/test/write_subtitle_test.cc +++ b/test/write_subtitle_test.cc @@ -17,7 +17,7 @@ */ -#include "interop_subtitle_content.h" +#include "interop_subtitle_asset.h" #include "subtitle_string.h" #include "test.h" #include <boost/test/unit_test.hpp> @@ -29,7 +29,7 @@ using boost::shared_ptr; /* Write some subtitle content as Interop XML and check that it is right */ BOOST_AUTO_TEST_CASE (write_subtitle_test) { - dcp::InteropSubtitleContent c ("Test", "EN"); + dcp::InteropSubtitleAsset c ("Test", "EN"); c.add ( dcp::SubtitleString ( |
