From 81ed0ebb725a7b5fec00ae209ba8b0d70ebc4ee1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Aug 2016 16:24:07 +0100 Subject: Always use ID in custom filenames. --- src/name_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/name_format.h') 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 Map; - std::string get (Map) const; + std::string get (Map, std::string suffix) const; private: std::string _specification; -- cgit v1.2.3