diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-16 16:24:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-16 16:24:07 +0100 |
| commit | 81ed0ebb725a7b5fec00ae209ba8b0d70ebc4ee1 (patch) | |
| tree | 41609bbfaf9364b615d6d2178ebea9f3da4451a2 /src/name_format.h | |
| parent | f98f4f58e0b76cf60747897cbb8e488d8e29597a (diff) | |
Always use ID in custom filenames.
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 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; |
