From b651392d70d7e37ce5a8a20da81d86e5d19aadd8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 15 Dec 2019 22:58:21 +0100 Subject: Add fix_empty_font_ids() to replace empty Font ids with a dummy string. Back-ported from abf4f7577877254ecd7a1dc7955e0d7ca49ad07c in master. --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index bc109c62..0bb36cb0 100644 --- a/src/util.h +++ b/src/util.h @@ -75,6 +75,7 @@ extern xmlpp::Node* find_child (xmlpp::Node const * node, std::string name); extern std::string openjpeg_version(); extern std::string spaces (int n); extern void indent (xmlpp::Element* element, int initial); +extern std::string unique_string (std::list existing, std::string base); } -- cgit v1.2.3