From 0232d80a625b2ffae687e6473ab3fc2603cf87ea Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 Feb 2024 22:51:44 +0100 Subject: Allow building with C++17 and updated libxml++/pangomm/cairomm. --- test/test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test.cc') diff --git a/test/test.cc b/test/test.cc index 57f4ae203..9ab7fe480 100644 --- a/test/test.cc +++ b/test/test.cc @@ -584,7 +584,7 @@ check_dcp(boost::filesystem::path ref, boost::filesystem::path check, bool sound } void -check_xml (xmlpp::Element* ref, xmlpp::Element* test, list ignore) +check_xml(xmlpp::Element* ref, xmlpp::Element* test, list ignore) { BOOST_CHECK_EQUAL (ref->get_name (), test->get_name ()); BOOST_CHECK_EQUAL (ref->get_namespace_prefix (), test->get_namespace_prefix ()); @@ -640,7 +640,7 @@ check_xml (xmlpp::Element* ref, xmlpp::Element* test, list ignore) } void -check_xml (boost::filesystem::path ref, boost::filesystem::path test, list ignore) +check_xml(boost::filesystem::path ref, boost::filesystem::path test, list ignore) { auto ref_parser = new xmlpp::DomParser(ref.string()); auto ref_root = ref_parser->get_document()->get_root_node(); -- cgit v1.2.3