diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-16 21:02:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-16 21:02:23 +0200 |
| commit | 95919ab6f4959a3076276e506d36bdab2d1dd7ab (patch) | |
| tree | 39c8367894153c5e129679fead0463f791eb901a /src/html_formatter.h | |
| parent | d03b2894c76430b550f9883dddf9d7f51858a896 (diff) | |
Rename process_filename() -> fixed_width().
Diffstat (limited to 'src/html_formatter.h')
| -rw-r--r-- | src/html_formatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html_formatter.h b/src/html_formatter.h index ab46ee2d..b566db86 100644 --- a/src/html_formatter.h +++ b/src/html_formatter.h @@ -38,7 +38,7 @@ public: void list_item(std::string const& text, boost::optional<std::string> type = {}) override; std::function<std::string (std::string)> process_string() override; - std::function<std::string (std::string)> process_filename() override; + std::function<std::string (std::string)> fixed_width() override; private: void tagged(std::string tag, std::string content); |
