diff options
Diffstat (limited to 'src/name_format.h')
| -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 e5cfb76d..e6fc9d72 100644 --- a/src/name_format.h +++ b/src/name_format.h @@ -60,7 +60,7 @@ public: typedef std::map<char, std::string> Map; - std::string get (Map, std::string suffix) const; + std::string get (Map, std::string suffix, std::string ignore = "") const; private: std::string _specification; |
