diff options
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); |
