From 84d01dde2fb2520572d122d53e1ffebefed48157 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Dec 2019 00:22:10 +0100 Subject: Use VerificationNote more 'properly' in a fair few places. --- test/verify_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/verify_test.cc b/test/verify_test.cc index f6f7ee43..f23e54c4 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -108,7 +108,7 @@ void dump_notes (list const & notes) { BOOST_FOREACH (dcp::VerificationNote i, notes) { - std::cout << dcp::note_to_string(i) << " " << i.note().get_value_or("") << "\n"; + std::cout << dcp::note_to_string(i) << "\n"; } } -- cgit v1.2.3