diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-10 01:24:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-10 01:24:48 +0200 |
| commit | 13154bc1a9b341f46994607fdde2e725444a6e21 (patch) | |
| tree | 3fcf211b397092798b2aa39af4cc567d146a574c /test/combine_test.cc | |
| parent | 9853cbf566fdfdea096333c4caa788c29fa5c57b (diff) | |
Remove String namespace from around compose().compose
Diffstat (limited to 'test/combine_test.cc')
| -rw-r--r-- | test/combine_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/combine_test.cc b/test/combine_test.cc index 603cca62..33e28664 100644 --- a/test/combine_test.cc +++ b/test/combine_test.cc @@ -158,8 +158,8 @@ BOOST_AUTO_TEST_CASE (combine_single_dcp_test) dcp::combine ( inputs, out, - dcp::String::compose("libdcp %1", dcp::version), - dcp::String::compose("libdcp %1", dcp::version), + dcp::compose("libdcp %1", dcp::version), + dcp::compose("libdcp %1", dcp::version), dcp::LocalTime().as_string(), "A Test DCP" ); |
