summaryrefslogtreecommitdiff
path: root/src/name_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/name_format.h')
-rw-r--r--src/name_format.h2
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;