From 484195d6f27c37053b77822330a73359e00cd254 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Dec 2025 18:29:26 +0100 Subject: fixup --- src/html_formatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html_formatter.h') diff --git a/src/html_formatter.h b/src/html_formatter.h index 2f87a758..2261bfb1 100644 --- a/src/html_formatter.h +++ b/src/html_formatter.h @@ -36,7 +36,7 @@ public: std::unique_ptr document() override; std::unique_ptr body() override; std::unique_ptr unordered_list() override; - void list_item(std::string const& text, boost::optional type = {}) override; + void list_item(std::string const& text, boost::optional type = {}, std::vector const& details = {}) override; std::function process_string() override; std::function fixed_width() override; -- cgit v1.2.3