From 1f3eece5aa6f2b1ccff075e5edd8c942e7e46889 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 Nov 2025 21:45:45 +0100 Subject: Add missing parameter name. --- src/name_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/name_format.h b/src/name_format.h index 3eb0277b..ac0bc177 100644 --- a/src/name_format.h +++ b/src/name_format.h @@ -76,7 +76,7 @@ public: * @param ignore Any specification characters in this string will not * be replaced, but left as-is. */ - std::string get (Map, std::string suffix, std::string ignore = "") const; + std::string get(Map values, std::string suffix, std::string ignore = "") const; private: std::string _specification; -- cgit v1.2.3