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 7390dd5c..eb6f4308 100644
--- a/src/name_format.h
+++ b/src/name_format.h
@@ -59,7 +59,7 @@ public:
typedef std::map<char, std::string> Map;
- std::string get (Map) const;
+ std::string get (Map, std::string suffix) const;
private:
std::string _specification;