summaryrefslogtreecommitdiff
path: root/src/html_formatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html_formatter.h')
-rw-r--r--src/html_formatter.h2
1 files changed, 1 insertions, 1 deletions
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<Formatter::Wrap> document() override;
std::unique_ptr<Formatter::Wrap> body() override;
std::unique_ptr<Formatter::Wrap> unordered_list() override;
- void list_item(std::string const& text, boost::optional<std::string> type = {}) override;
+ void list_item(std::string const& text, boost::optional<std::string> type = {}, std::vector<std::string> const& details = {}) override;
std::function<std::string (std::string)> process_string() override;
std::function<std::string (std::string)> fixed_width() override;