diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-04 21:45:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-04 21:45:45 +0100 |
| commit | 1f3eece5aa6f2b1ccff075e5edd8c942e7e46889 (patch) | |
| tree | 0621b465c5c19aadfbcb703afb61268ecbf68ab7 | |
| parent | 591d3e1f92a5eb6fb52049e987c8273eb468e527 (diff) | |
Add missing parameter name.
| -rw-r--r-- | src/name_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
