diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-07 23:48:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-07 23:48:43 +0100 |
| commit | daceaad12cc73404f93d5aae0dd896fcb7b9d3b9 (patch) | |
| tree | 7dc80711804d23bdcc0987d1372f326f03124c2a /test/decryption_test.cc | |
| parent | f0cada65396759b4be19601d8537119a1bb4fbfa (diff) | |
wip: ruby2652-ruby
Diffstat (limited to 'test/decryption_test.cc')
| -rw-r--r-- | test/decryption_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/decryption_test.cc b/test/decryption_test.cc index 2b34cd25..f82c875d 100644 --- a/test/decryption_test.cc +++ b/test/decryption_test.cc @@ -193,10 +193,10 @@ BOOST_AUTO_TEST_CASE (decryption_test2) 0.5, dcp::VAlign::CENTER, 0, vector<dcp::Text::VariableZPosition>(), dcp::Direction::LTR, - "Hello world", + string{"Hello world"}, dcp::Effect::NONE, dcp::Colour(0, 0, 0), - dcp::Time(), dcp::Time(), 0, std::vector<dcp::Ruby>() + dcp::Time(), dcp::Time(), 0 )); subs_asset->write (dir / "subs.mxf"); |
