From 95919ab6f4959a3076276e506d36bdab2d1dd7ab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Sep 2025 21:02:20 +0200 Subject: Rename process_filename() -> fixed_width(). --- src/text_formatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text_formatter.h') diff --git a/src/text_formatter.h b/src/text_formatter.h index 5788c94b..df462576 100644 --- a/src/text_formatter.h +++ b/src/text_formatter.h @@ -35,7 +35,7 @@ public: Wrap unordered_list() override; void list_item(std::string const& text, boost::optional type = {}) override; std::function process_string() override; - std::function process_filename() override; + std::function fixed_width() override; private: void print(std::string const& text); -- cgit v1.2.3