summaryrefslogtreecommitdiff
path: root/src/verify_report.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-16 21:02:20 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-16 21:02:23 +0200
commit95919ab6f4959a3076276e506d36bdab2d1dd7ab (patch)
tree39c8367894153c5e129679fead0463f791eb901a /src/verify_report.h
parentd03b2894c76430b550f9883dddf9d7f51858a896 (diff)
Rename process_filename() -> fixed_width().
Diffstat (limited to 'src/verify_report.h')
-rw-r--r--src/verify_report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify_report.h b/src/verify_report.h
index a75450df..612918eb 100644
--- a/src/verify_report.h
+++ b/src/verify_report.h
@@ -89,7 +89,7 @@ public:
virtual void list_item(std::string const& text, boost::optional<std::string> type = {}) = 0;
virtual std::function<std::string (std::string)> process_string() = 0;
- virtual std::function<std::string (std::string)> process_filename() = 0;
+ virtual std::function<std::string (std::string)> fixed_width() = 0;
dcp::File& file() {
return _file;