diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-30 01:32:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-31 01:41:36 +0100 |
| commit | c85d5ae643df5f2fa399398796feaa6f42b114a7 (patch) | |
| tree | 3976bf014b74f167fd696cc1a73ca115be49c7bf /test/test.h | |
| parent | 744eae9a14f834088289d10d7158ad89857565ad (diff) | |
Fix up for const fix in libcxml.v1.10.9
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h index d796a4a4..28c3b70a 100644 --- a/test/test.h +++ b/test/test.h @@ -40,7 +40,7 @@ namespace dcp { extern boost::filesystem::path private_test; extern boost::filesystem::path xsd_test; -extern void check_xml (xmlpp::Element* ref, xmlpp::Element* test, std::vector<std::string> ignore_tags, bool ignore_whitespace = false); +extern void check_xml(xmlpp::Element const* ref, xmlpp::Element const* test, std::vector<std::string> ignore_tags, bool ignore_whitespace = false); extern void check_xml (std::string ref, std::string test, std::vector<std::string> ignore, bool ignore_whitespace = false); extern void check_file (boost::filesystem::path ref, boost::filesystem::path check); extern std::shared_ptr<dcp::MonoJ2KPictureAsset> simple_picture ( |
