diff options
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.h b/test/test.h index df7bda89..d796a4a4 100644 --- a/test/test.h +++ b/test/test.h @@ -21,8 +21,8 @@ #include "cpl.h" #include "dcp.h" #include "reel.h" -#include "subtitle.h" #include "reel_asset.h" +#include "text.h" #include <boost/filesystem.hpp> #include <boost/optional.hpp> #include <boost/test/unit_test.hpp> @@ -59,7 +59,7 @@ extern std::shared_ptr<dcp::SoundAsset> simple_sound ( boost::optional<dcp::Key> key = boost::optional<dcp::Key>(), int channels = 6 ); -extern std::shared_ptr<dcp::Subtitle> simple_subtitle (); +extern std::shared_ptr<dcp::Text> simple_text(); extern std::shared_ptr<dcp::ReelMarkersAsset> simple_markers (int frames = 24); extern std::shared_ptr<dcp::DCP> make_simple ( boost::filesystem::path path, |
